PointDataAccessor (API Reference)
Package com.here.sdk.mapview.datasource
Class PointDataAccessor
java.lang.Object
com.here.NativeBase
com.here.sdk.mapview.datasource.PointDataAccessor
Point data accessor used for manipulating points that are part of a PointDataSource.
Note: This is a beta release of this feature, so there could be a few bugs and unexpected behavior. Related APIs may change for new releases without a deprecation process.
-
Method Summary
Modifier and TypeMethodDescriptionGets point attributes accessor.Gets point coordinates.voidsetAttributes(DataAttributes attributes) Replaces point attributes.voidsetCoordinates(GeoCoordinates position) Updates point coordinates.
-
Method Details
-
getCoordinates
Gets point coordinates.
- Returns:
The point coordinates.
-
getAttributes
Gets point attributes accessor.
- Returns:
The point attributes accessor.
-
setCoordinates
Updates point coordinates.
- Parameters:
position-The new point coordinates.
-
setAttributes
Replaces point attributes.
- Parameters:
attributes-The new point attributes.
-