Enumerations
The following enumerations are available globally.
-
Mapzen Error Enumeration
- generalError: The general case for things we’re not quite sure what happened.
- annotationDoesNotExist: The requested annotation does not exist on the map.
- apiKeyNotSet: Your Mapzen API key is not set. Set this using the
MapzenManagerclass. - routeDoesNotExist: The requested route does not exist.
Declaration
Swift
@objc public enum MZError: Int
-
Represents possible sources for search results to be returned from.
Declaration
Swift
public enum SearchSource: Int -
Represents a layer to return results for.
Declaration
Swift
public enum LayerFilter: Int
-
Enum for common point marker types supported by all the house styles.
Declaration
Swift
@objc public enum PointMarkerType : Int -
Enum for common selectable point marker types supported by all the house styles.
Declaration
Swift
@objc public enum SelectablePointMarkerType : Int
View on GitHub
Enumerations Reference