JUMP TOGetting StartedIntroductionDeploymentAuthenticationProtoCollectionsCreate CollectionRemove CollectionGet Collection InfoSwap CollectionsRename CollectionSave Collection To FileLoad Collection From FileOperationsInsertUpdateUpsertRemoveWrite To CollectionSearch IntersectsSearch Dist WithinType DefinitionsLatLngLineStripPolygonMultiPolygonRingLatLngBBoxIndexableGeometryPayloadGeometryIDIndexedGeometryIndexTypeIDTypeBetaIntroductionProtoPoint to DGGS IndexRasterizeRasterize BulkSearch IntersectsSearch Distance WithinPowered by LatLngDescription The LatLng type represents a Latitude and a Longitude in degrees. Attributes AttributeTypeDescriptionlatitudedoubleLatitude in degrees.longitudedoubleLongitude in degrees. Proto Definition protomessage LatLng { double latitude = 1; double longitude = 2; }