Packagecom.distriqt.extension.nativemaps.objects
Classpublic class MapStyleOptions
InheritanceMapStyleOptions Inheritance Object

Defines styling options for a Map. With style options you can customise the presentation of the standard Google map styles, changing the visual display of features like roads, parks, and other points of interest. As well as changing the style of these features, you can also hide features entirely. This means that you can emphasize particular components of the map or make the map complement the content of your app.

For more information read the developer guide: https://developers.google.com/maps/documentation/android-api/styling



Public Properties
 PropertyDefined By
  style : String
MapStyleOptions
Public Methods
 MethodDefined By
  
MapStyleOptions(style:String)
Creates a new set of map style options based on the given JSON styling string.
MapStyleOptions
Property Detail
styleproperty
public var style:String

Constructor Detail
MapStyleOptions()Constructor
public function MapStyleOptions(style:String)

Creates a new set of map style options based on the given JSON styling string.

Parameters
style:String