GeostoreCityJsonProto
GeostoreLocal SEOGoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProto
SEO Analysis
AI GeneratedPart of Google's geographic data infrastructure (Geostore). This system stores and processes geographic information that powers Google Maps, local search, and location-based search features. For local SEO, these geographic signals determine how businesses and locations appear in local search results and map packs.
Actionable Insights for SEOs
- Optimize Google Business Profile with accurate location data
- Ensure NAP (Name, Address, Phone) consistency across the web
- Build local citations and location-relevant content
Attributes
4appearanceGeostoreCityJsonProtoAppearance →nilFull type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearance.tAdditional information that can be used to describe the appearance of CityObjects in this CityJsonProto.
cityObjectsGeostoreCityJsonProtoCityObject →nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObject.tCity objects associated with this CityJsonProto.
flattenedVerticeslist(integer(nilVertices as local coordinates represented as a flattened list: [x1,y1,z1,x2,y2,z2,x3,y3,z3]. Vertices are relative to a local coordinate system and rounded to their nearest integer value. See transform for how vertices can be transformed from a local coordinate system into an Earth-centered, Earth-fixed coordinate system. Vertices are flattened for space efficiency, memory locality, and processing performance. To access the x,y,z coordinates of vertex N, read the values at indices 3N, 3N+1, and 3N+2.
transformGeostoreCityJsonProtoTransform →nilFull type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoTransform.tSpec for converting vertices from a local coordinate system in arbitrary units to ECEF coordinates in meters (https://en.wikipedia.org/wiki/Earth-centered,_Earth-fixed_coordinate_system).