Add a new street.
Optional
cityId?: numberAn id of the city to add the street. If none provided, the top city from the data model would be used.
A name for the new street.
a new street object
an array of all the streets in the WME data model
An id of the street to look for.
street with id, or null if not found in the WME data model
Find a street by the name.
Optional
cityId?: numberAn optional id of the city the street must be in.
A name of the street to look for.
a street object or null if not found
Update street attributes. Currently, only supports updating the direction
of a street.
Methods for dealing with Streets.