Package 

Class KmlKt


  • 
    public final class KmlKt
    
                        
    • Method Summary

      Modifier and Type Method Description
      final static KmlLayer kmlLayer(GoogleMap map, @RawRes() Integer resourceId, Context context, MarkerManager markerManager, PolygonManager polygonManager, PolylineManager polylineManager, GroundOverlayManager groundOverlayManager, Renderer.ImagesCache imagesCache) Alias for the KmlLayer constructor that provides Kotlin named parameters and default values.
      final static KmlLayer kmlLayer(GoogleMap map, InputStream stream, Context context, MarkerManager markerManager, PolygonManager polygonManager, PolylineManager polylineManager, GroundOverlayManager groundOverlayManager, Renderer.ImagesCache imagesCache) Alias for the KmlLayer constructor that provides Kotlin named parameters and default values.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • kmlLayer

         final static KmlLayer kmlLayer(GoogleMap map, @RawRes() Integer resourceId, Context context, MarkerManager markerManager, PolygonManager polygonManager, PolylineManager polylineManager, GroundOverlayManager groundOverlayManager, Renderer.ImagesCache imagesCache)

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

      • kmlLayer

         final static KmlLayer kmlLayer(GoogleMap map, InputStream stream, Context context, MarkerManager markerManager, PolygonManager polygonManager, PolylineManager polylineManager, GroundOverlayManager groundOverlayManager, Renderer.ImagesCache imagesCache)

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