Class GeoCircle


  • public final class GeoCircle
    extends GeoObject
    • 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).