GoogleMapsMapStyleOptions

data class GoogleMapsMapStyleOptions(val json: String?)

Custom map styling options for Google Maps.

Parameters

json

The JSON string containing the map style configuration

Constructors

Link copied to clipboard
constructor(json: String?)

Properties

Link copied to clipboard
val json: String?