You need to sign in to do that
Don't have an account?
NM Admin
How to get current logged in users location(Lat, Long,Address) and display on visual force page?
Hello,
Thanks in advance!
I want to fetch current logged in users latitude , longitude and the street, city, state, postal code, country etc... and display the map on the visualforce page.
May I have help in this...?
Welcome to youe suggestions!
Thanks,
Nilesh
Thanks in advance!
I want to fetch current logged in users latitude , longitude and the street, city, state, postal code, country etc... and display the map on the visualforce page.
May I have help in this...?
Welcome to youe suggestions!
Thanks,
Nilesh
Tried with this not getting expected outcome.
Any other way? OR fetch address(street, city, state, country) from latitude and longitude.
I can fetch latitude and longitude but I'm not able to fetch address fields.
Here is the current code of visual force page which fetching lat, long. Can we fetch address using this latitude and longitude??
Controller to store the lat, long in the custom object.
By using this code can we fetch address value(street, city, state, country)..??
Thanks,
Nilesh
I also want GPS marker and want to track the sales persons journey(at which locations the particular sales person is visited). Display map and get street,city, state,country as well .
I implemented your code that you shared but don't see anything on the page..
Thanks,
Nilesh