Re: [android-developers] saving GeoCoder location address legality

2014-08-10 Thread Goutom
But they own the address giving me based on my lat,lon.I don't find any 
clear clarification on this issue.

On Saturday, August 9, 2014 12:49:05 AM UTC+6, Mukesh Srivastav wrote:

 What is illegal in this ? Geocoder returns the Address based on the lat 
 long you have. you need to check the legal things with the user since 
 capturing data with out user notification is illegal.


 On Wed, Aug 6, 2014 at 2:24 AM, Goutom goutom@gmail.com javascript:
  wrote:

 Hi

 I can parse location address using the following code.

 ListAddress addresses = null;
 addresses = geocoder.getFromLocation(loc.getLatitude(),loc.getLongitude(), 
 1);

 I want to save that location in my own database when user is offline. Is 
 that legal ? I don't find any legal notices on GeoCoder  address api.

 Thanks

 Goutom Roy

  -- 
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-d...@googlegroups.com 
 javascript:
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com javascript:
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 --- 
 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 android-developers+unsubscr...@googlegroups.com javascript:.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Warm Regards,
 *Mukesh Kumar*,
 Android Consultant/Freelancer,
 India,Hyderabad.
  

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [android-developers] saving GeoCoder location address legality

2014-08-08 Thread Mukesh Srivastav
What is illegal in this ? Geocoder returns the Address based on the lat
long you have. you need to check the legal things with the user since
capturing data with out user notification is illegal.


On Wed, Aug 6, 2014 at 2:24 AM, Goutom goutom.sust@gmail.com wrote:

 Hi

 I can parse location address using the following code.

 ListAddress addresses = null;
 addresses = geocoder.getFromLocation(loc.getLatitude(),loc.getLongitude(), 1);

 I want to save that location in my own database when user is offline. Is that 
 legal ? I don't find any legal notices on GeoCoder  address api.

 Thanks

 Goutom Roy

  --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en
 ---
 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 android-developers+unsubscr...@googlegroups.com.
 For more options, visit https://groups.google.com/d/optout.




-- 
Warm Regards,
*Mukesh Kumar*,
Android Consultant/Freelancer,
India,Hyderabad.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[android-developers] saving GeoCoder location address legality

2014-08-05 Thread Goutom
Hi

I can parse location address using the following code.

ListAddress addresses = null;
addresses = geocoder.getFromLocation(loc.getLatitude(),loc.getLongitude(), 1);

I want to save that location in my own database when user is offline. Is that 
legal ? I don't find any legal notices on GeoCoder  address api.

Thanks

Goutom Roy

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
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 android-developers+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.