Peter
Peter

Reputation: 13

Can I get latitude and longitude for multiple addresses at a time with leaflet js?

Can I get latitude and longitude for multiple addresses at a time with leaflet js as a JSON?

Upvotes: 1

Views: 242

Answers (2)

Ageonix
Ageonix

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

IvanSanchez
IvanSanchez

Reputation: 19089

No.

LeafletJS is a map display library, not a geocoding service.

Upvotes: 1

Related Questions