I am developing an android app .In this app i want to get my location (latitude and longitude) and want to show nearby markers under certain radius. And my Questions are :-
Q1)How to retrieve or get my current location and the store it in variables (in terms of latitude and longitude) ? Suppose my co-ordinates are "2.3331 , 5.2223" , so how to get this in 2 variables ( lat and long). Q2)How to create a marker on Google map activity using json values (json data is coming from remote database) ? I am having the data( latitude and longitude ) in json of 3 locations , now from that data how to create markers on google map ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/android-developers. To view this discussion on the web visit https://groups.google.com/d/msgid/android-developers/368f741a-4186-4622-93ab-69a879ad2dc0%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

