Package 

Class MapViewRenderer

  • All Implemented Interfaces:
    com.google.maps.android.data.renderer.DataRenderer

    
    public final class MapViewRenderer
     implements DataRenderer
                        

    A concrete implementation of the DataRenderer interface that renders a DataScene onto a GoogleMap.

    This class is responsible for translating the platform-agnostic DataScene and Feature models into specific Google Maps SDK objects (e.g., Markers, Polylines, Polygons).