Interface CircleAreaOrBuilder (0.52.0)
Stay organized with collections
Save and categorize content based on your preferences.
public interface CircleAreaOrBuilder extends MessageOrBuilder
Methods
getLatitude()
public abstract double getLatitude()
Latitude of circle area's center. Degrees [-90 .. 90]
double latitude = 1;
| Returns |
| Type |
Description |
double |
The latitude.
|
getLongitude()
public abstract double getLongitude()
Longitude of circle area's center. Degrees [-180 .. 180]
double longitude = 2;
| Returns |
| Type |
Description |
double |
The longitude.
|
getRadiusMeter()
public abstract double getRadiusMeter()
Radius of the circle area in meters.
double radius_meter = 3;
| Returns |
| Type |
Description |
double |
The radiusMeter.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-08-05 UTC.
[null,null,["Last updated 2026-08-05 UTC."],[],[]]