Class GeoPoint (2.21.0)

GeoPoint(latitude, longitude)

Simple container for a geo point value.

Parameters

Name Description
latitude float

Latitude of a point.

longitude float

Longitude of a point.

Methods

__eq__

__eq__(other)

Compare two geo points for equality.

Returns
Type Description
bool True if the points compare equal, else False.

__ne__

__ne__(other)

Compare two geo points for inequality.

Returns
Type Description
bool False if the points compare equal, else True.

to_protobuf

to_protobuf()

Convert the current object to protobuf.

Returns
Type Description
google.type.latlng_pb2.LatLng. The current point as a protobuf.

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 2025年10月30日 UTC.