All Products
Search
Document Center

Tablestore:GeoPoint

Last Updated:May 10, 2024

Specifies the latitude and longitude of the central point.

Data structure

message GeoPoint {
    optional double lat = 1;
    optional double lon = 2;
}

Parameter

Type

Required

Description

lat

double

Yes

The latitude of the central point. The value of the parameter ranges from -90 to +90.

lon

double

Yes

The longitude of the central point. The value of the parameter ranges from -180 to +180.