0

I am trying to plot zip codes markers instead of lat and logs on google maps. Is there any documentation available for this. I am using angular js for my work.

the data is as follows.

}
"pageType": "ZIP",
"ZIP": {
    "90638": {
        "OVERALL": "320.00"
    },
    "75594": {
        "OVERALL": "2985.0"
    },
    "10997": {
        "OVERALL": "444"
    },
    "90639": {
        "OVERALL": "64.35"
    },
    "75595": {
        "OVERALL": "2562"
    }
}
}
Saurabh Sinha
  • 1,772
  • 4
  • 27
  • 54
  • Are you using https://angular-ui.github.io/angular-google-maps/#!/? Or some other google maps Library? – kabaehr Apr 17 '16 at 21:19
  • Duplicate. This has been answered in this [thread](http://stackoverflow.com/questions/11147803/how-to-use-zip-code-instead-lat-and-lng-in-google-maps-api). – ReyAnthonyRenacia Apr 18 '16 at 09:29
  • will this solve your problem or do you still need help with the directive? – kabaehr Apr 18 '16 at 16:02
  • this is not the solution of my problem.I have a list of 20000 such zip to plot at one time.. google has limits for 5000 per hr. – Saurabh Sinha Apr 18 '16 at 20:33

0 Answers0