BagKadasterClient::Point

Properties

Name Type Description Notes
type String
coordinates Array<Float>

Example

require 'bag_kadaster_client'

instance = BagKadasterClient::Point.new(
  type: null,
  coordinates: null
)