GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometryMultiPoint
Table of Contents ▼
Jump to a specific part of the page:
Description
A single line, loop, or set of points.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
xIndices
(type:list(integer())
, default:nil
)
- A collection of references to vertices inCityJsonProto.flattened_vertices
.CityJsonProto.flattened_vertices
is a flattened list of vertex coordinates. A value inx_indices
should be the index of the x-coordinate of the desired vertex V; the full coordinates of vertex V can then be found at indices [V,V+1,V+2]. For example, anx_indices
containing 3, 0, and 12 references three vertices, whose complete x,y,z coordinates can respectively be found atCityJsonProto.flattened_vertices
indices [3,4,5], [0,1,2], and [12,13,14].
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometryMultiPoint{
xIndices: [integer()] | nil
}
xIndices: [integer()] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometryMultiPoint