FromUrlOptions

Properties

Link copied to clipboard
abstract val credit: Credit?

A credit for the data source, which is displayed on the canvas.

Link copied to clipboard
abstract val ellipsoid: Ellipsoid?

The ellipsoid. If not specified, the default ellipsoid is used. Default value - Ellipsoid.default

Link copied to clipboard
abstract val key: String?

Your API key to access Google 2D Tiles. See [https://developers.google.com/maps/documentation/javascript/get-api-key] for instructions on how to create your own key. Default value - GoogleMaps.defaultApiKey

Link copied to clipboard
abstract val language: String?

an IETF language tag that specifies the language used to display information on the tiles Default value - "en_US"

Link copied to clipboard
abstract val mapType: ERROR CLASS: Symbol not found for JsAny??

The map type of the Google map imagery. Valid options are satellite, terrain, and roadmap. If overlayLayerType is set, mapType is ignored and a transparent overlay is returned. If overlayMapType is undefined, then a basemap of mapType is returned. layerRoadmap overlayLayerType is included in terrain and roadmap mapTypes. Default value - "satellite"

Link copied to clipboard
abstract val maximumLevel: Int?

The maximum level-of-detail supported by the imagery provider. Default value - 22

Link copied to clipboard
abstract val minimumLevel: Int?

The minimum level-of-detail supported by the imagery provider. Take care when specifying this that the number of tiles at the minimum level is small, such as four or less. A larger number is likely to result in rendering problems. Default value - 0

Link copied to clipboard
abstract val overlayLayerType: ERROR CLASS: Symbol not found for JsAny??

Returns a transparent overlay map with the specified layerType. If no value is provided, a basemap of mapType is returned. Use multiple instances of Google2DImageryProvider to add multiple Google Maps overlays to a scene. layerRoadmap is included in terrain and roadmap mapTypes, so adding as overlay to terrain or roadmap has no effect.

Link copied to clipboard
abstract val rectangle: Rectangle?

The rectangle, in radians, covered by the image. Default value - Rectangle.MAX_VALUE

Link copied to clipboard
abstract val region: String?

A Common Locale Data Repository region identifier (two uppercase letters) that represents the physical location of the user. Default value - "US"

Link copied to clipboard
abstract val styles: ERROR CLASS: Symbol not found for JsAny??

An array of JSON style objects that specify the appearance and detail level of map features such as roads, parks, and built-up areas. Styling is used to customize the standard Google base map. The styles parameter is valid only if the mapType is roadmap. For the complete style syntax, see the (Google Style Reference).