2

I am trying to share google map with my current location in my app(similar to whatsapp), I searched for it but didn't find any solution. Can anybody guide me that how can I start working over it. I don't have any idea that how should I start this.

rahul
  • 2,613
  • 8
  • 32
  • 55
  • Go to this:[http://stackoverflow.com/questions/5842144/sharing-map-based-location?rq=1](http://stackoverflow.com/questions/5842144/sharing-map-based-location?rq=1) – M D Feb 13 '14 at 08:46

1 Answers1

-1

We need to know how you plan to share this data, but in general you can share your GeoPoint variable that contains your latitude and longitude position on the globe..

GeoPoint(int latitudeE6, int longitudeE6) 
      // Constructs a GeoPoint with the given latitude and longitude, measured in microdegrees (degrees * 1E6).
Andrea Bellitto
  • 363
  • 2
  • 9