Searched refs:jsonStyleString (Results 1 – 8 of 8) sorted by relevance
84 Prop("googleMapsJsonStyleString") { (view: GoogleMapsView, jsonStyleString: String) in in definition()85 view.setMapStyle(jsonStyleString: jsonStyleString) in definition()
172 func setMapStyle(jsonStyleString: String) { in setMapStyle()173 if !jsonStyleString.isEmpty { in setMapStyle()175 mapView.mapStyle = try GMSMapStyle(jsonString: jsonStyleString) in setMapStyle()
96 Prop("googleMapsJsonStyleString") { view: GoogleMapsView, jsonStyleString: String -> in <lambda>() method97 view.setMapStyle(jsonStyleString) in <lambda>()
205 fun setMapStyle(jsonStyleString: String) { in setMapStyle()206 if (jsonStyleString.isNotEmpty()) { in setMapStyle()208 googleMap.setMapStyle(MapStyleOptions(jsonStyleString)) in setMapStyle()