Questions tagged as 'maps'

1
answer

Trace gps coordinates from one device and show on another

I'm learning how to use Intel XDK to develop for mobile. And he wanted to know how to track the position of one device and show it on the screen in another, just like Easy Taxi does. Can someone help with this ?! vlw galera!     
asked by 04.12.2014 / 06:04
0
answers

Display a list of labels when searching for a particular place

I'm having trouble performing the following task: I'm developing a javascript map using google maps api, this map consumes a json with several dealers, and at the same time, I should display a list (below the map) with these same dealers, but...
asked by 05.10.2017 / 20:23
0
answers

Google Map bookmarks

I have a background with opacity .5 over my map. I would like to know if you have placement markers above this background, or if you have a better way to do this (without having absolute position): ThisistheproblemI'mhaving: ThisismyJS:funct...
asked by 02.09.2017 / 01:37
1
answer

Change state color on interactive map

I'm using this map on a site link I would like to leave states where we have unity with a different color, colleagues know how? There is this section where the color of all the states is: var options = { region: 'BR', resoluti...
asked by 09.08.2017 / 22:28
0
answers

identify third-party site map marker

Is there any method to 'map' marker (google maps) from the third-party site? For example: on this site would you have any way to track this bookmark made on the map? It would style a sweep to use the location and legend that this marker car...
asked by 28.08.2017 / 21:50
0
answers

Marker Draggable without LongClick

When setting a Marker as a Draggable(true) , you must hold down on it to become "Draggable". I need to simply drag my finger over it as it drags. An example would be 99taxi , which has Marker loosened.     
asked by 05.07.2017 / 22:33
0
answers

Use a custom map [closed]

I'm trying to create a map from a .png image I have. Something like Beto Carreiro's application. Does anyone know any lib that I can do this? I tried to use Mappwidget and TileView unsuccessfully     
asked by 31.05.2017 / 16:21
0
answers

Google Maps Indoor [closed]

I'm creating an android application, and I'm making use of Google Maps API, google maps site, have the option of indoor maps, and I'm trying to use them in my application, but when I try to create a route within these establishments passing my c...
asked by 31.01.2017 / 01:54
0
answers

How to put the address in marker maps

Good afternoon, I have the following code and I would like to know how to include the address in the marker, since I have lat and lng in the database of all points. (This is a gps) var image = '../assets/img/ambulance.png'; var map; var markers...
asked by 25.11.2016 / 15:38
2
answers

Pick up user location

class ViewController: UIViewController { var locationManager = CLLocationManager() @IBOutlet weak var meuMapa: MKMapView! override func viewDidLoad() { // Ask for Authorisation from the User. self.locationManager.requestAlwaysAuthorizat...
asked by 26.09.2016 / 02:28