Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

Latest commit

 

History

History
19 lines (12 loc) · 470 Bytes

DirectionsNearest.md

File metadata and controls

19 lines (12 loc) · 470 Bytes

LocationIQClient::DirectionsNearest

Properties

Name Type Description Notes
code String [optional]
waypoints Array<DirectionsNearestWaypoints> [optional]

Code Sample

require 'LocationIQClient'

instance = LocationIQClient::DirectionsNearest.new(code: null,
                                 waypoints: null)