Questions tagged [geopoints]

229 questions
-2
votes
2 answers

I can't understand why my query is not working

so i have a bunch of objects on parse.com. class name is "MainInfo" with geo points in a column named geoPoint. I am getting the users location by adding the following to my .h file: @property (nonatomic, strong) PFGeoPoint *userLocation; Then…
Shayno
  • 788
  • 9
  • 26
-4
votes
1 answer

Android GeoPoints of Cities or States

Suppose I want to find out the GeoPoints of WashingtonDC from the sourcecode of eclipse is it possible or i have to store all the GeoPoints from the net in another file then where i can find the list of geopoints of all the cities/Airports of the…
user3127212
  • 27
  • 1
  • 11
-5
votes
2 answers

GeoPoint does not allowed to be stored in Room

Edited: Tested as suggested by Nazariy Moshenskiy's answer I tried storing GeoPoints object in android's abstraction data persistence layer Room. Seems like this operation is not allowed. Project does not compile with following error: error:…
channae
  • 951
  • 1
  • 12
  • 28
-5
votes
1 answer

Android: How to get x and y points of a specific item clicked on GridView

i have a gridView. i want to display the x and y points of a specific item when an item is clicked. tnx.
oyan11
  • 373
  • 2
  • 7
  • 17
1 2 3
15
16