Package com.navmii.sdk.map
Class GeoCircle
- java.lang.Object
-
- com.navmii.sdk.map.GeoObject
-
- com.navmii.sdk.map.GeoCircle
-
public final class GeoCircle extends GeoObject
-
-
Constructor Summary
Constructors Constructor Description GeoCircle(MapCoordinates center, long radius, int fillColor, int strokeColor, float strokeWidth)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MapCoordinates
getCenter()
int
getFillColor()
int
getStrokeColor()
float
getStrokeWidth()
-
-
-
Constructor Detail
-
GeoCircle
public GeoCircle(MapCoordinates center, long radius, int fillColor, int strokeColor, float strokeWidth)
-
-
Method Detail
-
getStrokeWidth
public float getStrokeWidth()
- Returns:
- The stroke width in dp units.
-
getStrokeColor
public int getStrokeColor()
- Returns:
- The stroke color represented as a packed int (AARRGGBB).
-
getFillColor
public int getFillColor()
- Returns:
- The fill color represented as a packed int (AARRGGBB).
-
getCenter
public MapCoordinates getCenter()
-
-