Module: Azure::Cosmosdb::Mgmt::V2020_06_01_preview::Models::SpatialType

Defined in:
lib/2020-06-01-preview/generated/azure_mgmt_cosmosdb/models/spatial_type.rb

Overview

Defines values for SpatialType

Constant Summary collapse

Point =
"Point"
LineString =
"LineString"
Polygon =
"Polygon"
MultiPolygon =
"MultiPolygon"