maps-utils-ktx
Module Contents
alltypes
package com.google.maps.android.ktx.utils
package com.google.maps.android.ktx.utils.collection
package com.google.maps.android.ktx.utils.geojson
Module Contents
fun geoJsonLayer(map: GoogleMap, geoJsonFile: JSONObject, markerManager: MarkerManager? = null, polygonManager: PolygonManager? = null, polylineManager: PolylineManager? = null, groundOverlayManager: GroundOverlayManager? = null): GeoJsonLayer
fun geoJsonLayer(map: GoogleMap, @RawRes resourceId: Int, context: Context, markerManager: MarkerManager? = null, polygonManager: PolygonManager? = null, polylineManager: PolylineManager? = null, groundOverlayManager: GroundOverlayManager? = null): GeoJsonLayer
package com.google.maps.android.ktx.utils.geometry
package com.google.maps.android.ktx.utils.heatmaps
package com.google.maps.android.ktx.utils.kml
Module Contents
fun kmlLayer(map: GoogleMap, @RawRes resourceId: Int, context: Context, markerManager: MarkerManager = MarkerManager(map), polygonManager: PolygonManager = PolygonManager(map), polylineManager: PolylineManager = PolylineManager(map), groundOverlayManager: GroundOverlayManager = GroundOverlayManager(map), imagesCache: ImagesCache? = null): KmlLayer
fun kmlLayer(map: GoogleMap, stream: InputStream, context: Context, markerManager: MarkerManager = MarkerManager(map), polygonManager: PolygonManager = PolygonManager(map), polylineManager: PolylineManager = PolylineManager(map), groundOverlayManager: GroundOverlayManager = GroundOverlayManager(map), imagesCache: ImagesCache? = null): KmlLayer