Package | com.distriqt.extension.nativemaps.objects |
Class | public class MapStyleOptions |
Inheritance | MapStyleOptions 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
Property | Defined By | ||
---|---|---|---|
style : String | MapStyleOptions |
Method | Defined By | ||
---|---|---|---|
MapStyleOptions(style:String)
Creates a new set of map style options based on the given JSON styling string. | MapStyleOptions |