java.lang.Object | ||
↳ | com.microstrategy.web.app.maps.MultiGeoData<E extends com.microstrategy.web.app.maps.GeoData> | |
↳ | com.microstrategy.web.app.maps.GeoPath |
The GeoPath object represents a path/line object in the map. The GeoPath object contains a list of objects that represent the points of the path.
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GeoPath() | |||||||||||
GeoPath(List<GeoPoint> points) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void | addPoint(GeoPoint point) | ||||||||||
void | addPoint(LatLng latLng) | ||||||||||
int | getGeoType() | ||||||||||
GeoPoint | getPointAt(int index) | ||||||||||
List<GeoPoint> | getPoints() | ||||||||||
GeoDataOutput | serialize(GeoDataSerializer serializer) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |