GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto
Table of Contents ▼
Jump to a specific part of the page:
Description
PointWithHeightProto encodes lat/lng through PointProto and contains altitude information.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
altitudeMeters
(type:number()
, default:nil
)
- Altitude of this point is assumed to be relative to the ground level. -
point
(type:GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto{
altitudeMeters: number() | nil,
point: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil
}
altitudeMeters: number() | nil,
point: GoogleApi.ContentWarehouse.V1.Model.GeostorePointProto.t() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostorePointWithHeightProto