us_latlng_json

JSON dataset of latitude and longitude co-ordinates for USA state counties and cities


Keywords
gps, latlng, coordinates, usa, latitude, longitude, json
License
Unlicense
Install
bower install us_latlng_json

Documentation

A JSON dataset of latitude and longitude co-ordinates for USA state counties and cities.

Original sources:

Usage

Node.js

Install:

$ npm install us_latlng_json

Code:

var usaStates = require('us_latlng_json');

Bower

Install:

$ bower install us_latlng_json

Then load the us_state_cities.json from within your code.

License

Public domain