java.lang.Object | |
↳ | com.microstrategy.web.app.maps.GeoPoint |
The GeoPoint object represent a point in the map. The object contains a LatLng
object that represents the latitude and longitude coorindate.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
protected LatLng | point |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
GeoPoint() | |||||||||||
GeoPoint(LatLng latLng) |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int |
getGeoType()
Returns the map object type.
| ||||||||||
LatLng | getPoint() | ||||||||||
GeoDataOutput |
serialize(GeoDataSerializer serializer)
Use
GeoDataSerializer visitor to parse and serialize the data content. | ||||||||||
void | setPoint(LatLng latLng) |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Returns the map object type. The value of the object type is from EnumMapFeatures
map object types.
EnumMapFeatures
map object type.
Use GeoDataSerializer
visitor to parse and serialize the data content.
serializer | a GeoDataSerializer object. |
---|