Animation |
Animation:
|
Type : IAnimation
|
Default value : {
/**
* Marker bounces until animation is stopped.
*/
BOUNCE: 1,
/**
* Marker falls from the top of the map ending with a small bounce.
*/
DROP: 2
}
|
Animations that can be played on a marker. |
ZoomLevel |
ZoomLevel:
|
Type : IZoomLevel
|
Default value : {
World: 1,
Continent: 5,
City: 10,
Streets: 15,
Buildings: 20
}
|
The following list shows the approximate level of detail you can expect to see at each zoom level |
DefaultCoords |
DefaultCoords:
|
Type : literal type
|
Default value : {
latitude: 40.73061,
longitude: -73.935242
}
|
LAZY_LOADER_OPTIONS |
LAZY_LOADER_OPTIONS:
|
Default value : new InjectionToken<LoaderOptions>('_heremaps.LazyMapLoaderApiOptions')
|
ScriptLoaderProtocol |
ScriptLoaderProtocol:
|
Type : object
|
Default value : {
AUTO: 'auto',
HTTP: 'http',
HTTPS: 'https'
}
|