latlontest

Get lat lon from Google and SmartyStreets

Usage no npm install needed!

<script type="module">
  import latlontest from 'https://cdn.skypack.dev/latlontest';
</script>

README

What is this?

Get Lat Long from SmartyStreets and Google Geocoder

Installation

npm i latlontest --save

Then...

import { latlontest } from 'latlontest';

latlontest({
    address: 'someAddress',
});

//OR

latlontest({
    zipcode: 'XXXXX',
    city: 'Lorem',
    state: 'XY'
});

Options

  • address - Complete Address
  • zipcode - 5 digit zip code
  • city - City name
  • state - State code