View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometryMultiPoint (google_api_content_warehouse v0.4.0)
A single line, loop, or set of points.
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].
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreCityJsonProtoCityObjectGeometryMultiPoint{ xIndices: [integer()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.