Package 

Class GeoJsonPolygon

  • All Implemented Interfaces:
    com.google.maps.android.data.DataPolygon , com.google.maps.android.data.Geometry

    @Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) 
    public final class GeoJsonPolygon
     implements DataPolygon<LatLng>
                        

    A GeoJsonPolygon geometry contains an array of arrays of LatLngs. The first array is the polygon exterior boundary. Subsequent arrays are holes.