I have a map that is integrated in my application that has data points nationwide. I would like to have the map open up at the users current location. I only see documentation for setting the center on init.
Is this even possible or should I look to Google Maps instead?
EDIT: I have the user location(city and state) in my native app's db. I would like to use that data and pass it to the map upon init.
Yep! Try this out...
Ah just saw your edit... try setting the desired latitude and longitude as variables and then use the map.setView function (below), perhaps triggered on some user event...