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