Created
June 3, 2020 11:05
-
-
Save JustAyush/51e6ea6d27c8912a8a9a527bcbcdf346 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const location = [{zip:85739,city:"Tucson",st:"AZ",lat:32.465,lng:-110.8922}, | |
{zip:85740,city:"Tucson",st:"AZ",lat:31.9701,lng:-111.8907}, | |
{zip:85741,city:"Tucson",st:"AZ",lat:32.3472,lng:-111.0419}, | |
{zip:85742,city:"Tucson",st:"AZ",lat:32.4076,lng:-111.065}, | |
{zip:85743,city:"Tucson",st:"AZ",lat:32.3366,lng:-111.1771}, | |
{zip:85744,city:"Tucson",st:"AZ",lat:31.9701,lng:-111.8907}, | |
{zip:85745,city:"Tucson",st:"AZ",lat:32.2434,lng:-111.0179}, | |
{zip:85746,city:"Tucson",st:"AZ",lat:32.1422,lng:-111.0506}, | |
{zip:85747,city:"Tucson",st:"AZ",lat:32.0984,lng:-110.7272}, | |
{zip:85748,city:"Tucson",st:"AZ",lat:32.215,lng:-110.7758}, | |
{zip:85749,city:"Tucson",st:"AZ",lat:32.2733,lng:-110.7658}, | |
{zip:85750,city:"Tucson",st:"AZ",lat:32.2974,lng:-110.8404}, | |
{zip:85751,city:"Tucson",st:"AZ",lat:32.162,lng:-110.7147}, | |
{zip:85752,city:"Tucson",st:"AZ",lat:31.9701,lng:-111.8907}, | |
{zip:85754,city:"Tucson",st:"AZ",lat:31.9701,lng:-111.8907}] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment