Questions tagged [userlocation]

149 questions
0
votes
2 answers

Loading different stylesheet based on your users location

I have a small issue. Im trying to develop a solution with java that will allow me to load a specific stylesheet based on the users location. I am not that well versed in scripting things myself and typically use jquery plugins. If you could help…
ian
  • 1
0
votes
1 answer

How can I create a custom callout view for MapKit user location?

I have created a custom MKPinAnnotationView for all my map pins, but I'm having a problem customising the user location pin. If I create a custom pin for it, then I lose the blue pulsating dot and it is replaced with a pin, which I don't want. So I…
jowie
  • 8,028
  • 8
  • 55
  • 94
0
votes
1 answer

Adding Google Navigation to my Android application

Is it possible to add Google Navigation to my Android application. My idea is to have a button on the app, which when clicked, opens Google Maps so that the user can see where they are and how to navigate to certain Points Of Interest on my chosen…
Kuda Nyadzo
  • 1
  • 1
  • 2
0
votes
1 answer

Find data near to user location with split data in Xcode

I'm trying to figure out how i can find data (from JSON) near to the users location on iPhone. My input consists out of 2 parts, so in order to get to the city and address, I have to get an ID from the province where the user is located. Province…
-1
votes
2 answers

How to show in which side user turn phone, if I show user location using MKMapView

I want to show into which side the user turns the phone, like on MapView, and can't understand how to do that, I have tried to use these options, but they can't help me: mapView.showsUserLocation = true mapView.isRotateEnabled =…
Ice
  • 680
  • 1
  • 10
  • 23
-1
votes
1 answer

google ios SDK swift fit bounds to user location and selected marker place

I would like to zoom for selected place and user location using google map. I have method for fit bounds: func fitToMarker(marker: GMSMarker) { let bounds = GMSCoordinateBounds() bounds.includingCoordinate(self.userMarker.position) …
user10595407
-1
votes
1 answer

Take user (Latitude, Longitude) position with out using the map Android

I want to ask if there is another way to take user position with out using the map.I want only the position to make some queries with it .Is there any smarter and more efficient way to do this with out including map activity in android ?
John
  • 1
  • 1
  • 5
-1
votes
1 answer

Get user location in AsyncTask

Possible Duplicate: How To Get Location Using AsyncTask im trying two days to get userlocation in asyncTask but i can't. i search all google but i cant find anything that can help. can anyone help? if he had code or he know how to implement this…
Stefos
  • 38
  • 6
-2
votes
1 answer

How to make a simple way to check user if already exist in register?

I've make a project user login in android, How can I check with a simple code like a PHP (lol) if a user already exists then make a toast. Have you any sugestions? here is my java protected String doInBackground(String... args) { …
-2
votes
1 answer

Center map on user's location (Google Maps API v3)

I've looked a lot of various other reports about this problem, but I can't find the solution to get the location of user. Here is my code: