BagKadasterClient::Polygon
Properties
Name | Type | Description | Notes |
---|---|---|---|
type | String | ||
coordinates | Array<Array<Array<Float>>> |
Example
require 'bag_kadaster_client'
instance = BagKadasterClient::Polygon.new(
type: null,
coordinates: null
)
Name | Type | Description | Notes |
---|---|---|---|
type | String | ||
coordinates | Array<Array<Array<Float>>> |
require 'bag_kadaster_client'
instance = BagKadasterClient::Polygon.new(
type: null,
coordinates: null
)