-
- All Implemented Interfaces:
-
com.google.maps.android.data.Geometry
@Deprecated(message = Use the new platform-agnostic data layer and renderer instead.) public final class GeoJsonMultiPoint extends MultiGeometry
A GeoJsonMultiPoint geometry contains a number of GeoJsonPoints.
-
-
Constructor Summary
Constructors Constructor Description GeoJsonMultiPoint(List<GeoJsonPoint> geoJsonPoints)
-
Method Summary
Modifier and Type Method Description final StringgetType()final List<GeoJsonPoint>getPoints()-
-
Constructor Detail
-
GeoJsonMultiPoint
GeoJsonMultiPoint(List<GeoJsonPoint> geoJsonPoints)
-
-
Method Detail
-
getPoints
final List<GeoJsonPoint> getPoints()
-
-
-
-