Reputation: 13
Can I get latitude and longitude for multiple addresses at a time with leaflet js as a JSON?
Upvotes: 1
Views: 242
Reputation: 1808
Like @IvanSanchez said, Leaflet wasn't made to do that. There is, however, a great geocoding plugin to Leaflet that is available on github:
https://github.com/smeijer/L.GeoSearch
Upvotes: 1
Reputation: 19089
No.
LeafletJS is a map display library, not a geocoding service.
Upvotes: 1