GeostoreCityJsonProto

GeostoreLocal SEO

GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProto

4
out of 10
Low
SEO Impact
CityJsonProto is a custom proto representation of the portion of the CityJSON spec (https://www.cityjson.org/) relevant to internal projects. See go/cityjsonproto-design for more information about the modeling and design decisions implemented here. LINT.IfChange

SEO Analysis

AI Generated

Part 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

4
Sort:|Filter:
Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoAppearance.t

Additional information that can be used to describe the appearance of CityObjects in this CityJsonProto.

Default: nilFull type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObject.t

City objects associated with this CityJsonProto.

flattenedVerticeslist(integer(
Default: nil

Vertices 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.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoTransform.t

Spec 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).