maps-utils-v3-ktx / com.google.maps.android.ktx.utils.geojson

Package com.google.maps.android.ktx.utils.geojson

Functions

geoJsonLayer

Alias for the GeoJsonLayer constructor that provides Kotlin named parameters and default values.

fun geoJsonLayer(map: GoogleMap, geoJsonFile: JSONObject, markerManager: MarkerManager? = null, polygonManager: PolygonManager? = null, polylineManager: PolylineManager? = null, groundOverlayManager: GroundOverlayManager? = null): GeoJsonLayer
fun geoJsonLayer(map: GoogleMap, resourceId: Int, context: Context, markerManager: MarkerManager? = null, polygonManager: PolygonManager? = null, polylineManager: PolylineManager? = null, groundOverlayManager: GroundOverlayManager? = null): GeoJsonLayer