GeostorePoseProto

GeostoreLocal SEO

GoogleApi.ContentWarehouse.V1.Model.GeostorePoseProto

5
out of 10
Medium
SEO Impact
A pose is an object's position in space, as well as its orientation. All fields except lat and lng are optional. All fields are in the WGS-84 ellipsoid, and rotations are right-hand rule (i.e. if the right hand thumb points along a vector, curled fingers indicate positive rotation direction). An un-rotated pose would be pointing due North, along the surface of the ellipsoid. Rotations are applied in the order: yaw, pitch, roll. Note that the rotation axes are rotated along with the model for each rotation step. WARNING: This proto is not meant to be used directly. Please use the provided libraries: //geostore/base/public/pose.h //java/com/google/geostore/base/Pose.java

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

7
Sort:|Filter:
altitudefloat(
Default: nil

The height of the pose. A positive height is above the WGS-84 ellipsoid in meters; negative is below.

indexinteger(
Default: nil

The index of the PoseProto in a list of PoseProtos.

latfloat(
Default: nil

The latitude of the pose in degrees [-90, 90].

lngfloat(
Default: nil

The longitude of the pose in degrees (-180,180].

pitchfloat(
Default: nil

The rotation around the longitude line East tangent in degrees [-90, 90].

rollfloat(
Default: nil

The rotation around the latitude line North tangent in degrees (-180, 180].

yawfloat(
Default: nil

The rotation around the Up vector, from North, in degrees (-180, 180].