Maps SDK for Web
Class GeopolView
GeopolView class.
Methods
getCode( ): String
Returns the code of the geopolitical view.
Returns
getLabel( ): String
Returns the label of the geopolitical view.
Returns
getSupportedServices( ): Array
Returns supported service types by geopolView
Returns
getValueFor([serviceType], [subType]): String
Returns the geopolitical view code for the given service type.
Parameters
Name | Description | Required | Type/Values | Default |
---|---|---|---|---|
serviceType | The service code.
But we aware of these cases:
|
No | "search" | "maps" | None |
subType | Used to specify the subType of a service, for example 'maps - raster' (Only available for maps); | No | "raster" | "vector" | None |
Returns