Package 

Class Renderer

    • Constructor Detail

      • Renderer

        Renderer(GoogleMap map, Context context, MarkerManager markerManager, PolygonManager polygonManager, PolylineManager polylineManager, GroundOverlayManager groundOverlayManager, Renderer.ImagesCache imagesCache)
        Creates a new Renderer object for KML features
        Parameters:
        map - map to place objects on
        context - the Context
        markerManager - marker manager to create marker collection from
        polygonManager - polygon manager to create polygon collection from
        polylineManager - polyline manager to create polyline collection from
        groundOverlayManager - ground overlay manager to create ground overlay collection from
        imagesCache - an optional ImagesCache to be used for caching images fetched
      • Renderer

        Renderer(GoogleMap map, HashMap<out Feature, Object> features, MarkerManager markerManager, PolygonManager polygonManager, PolylineManager polylineManager, GroundOverlayManager groundOverlayManager)
        Creates a new Renderer object for GeoJSON features
        Parameters:
        map - map to place objects on
        features - contains a hashmap of features and objects that will go on the map
        markerManager - marker manager to create marker collection from
        polygonManager - polygon manager to create polygon collection from
        polylineManager - polyline manager to create polyline collection from
        groundOverlayManager - ground overlay manager to create ground overlay collection from