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

Latest commit

 

History

History
21 lines (14 loc) · 500 Bytes

Matchquality.md

File metadata and controls

21 lines (14 loc) · 500 Bytes

LocationIQClient::Matchquality

Properties

Name Type Description Notes
matchcode String [optional]
matchtype String [optional]
matchlevel String [optional]

Code Sample

require 'LocationIQClient'

instance = LocationIQClient::Matchquality.new(matchcode: null,
                                 matchtype: null,
                                 matchlevel: null)