Questions tagged as 'google-maps'

1
answer

How to put multiple marker in c # using GMAP

I have the following code: GMarkerGoogle marker; GMapOverlay markerOverlay; Simple initial configuration: gMapControl1.DragButton = MouseButtons.Left; gMapControl1.CanDragMap = true; gMapControl1.MapProvider = GMapProviders.GoogleMap; gMa...
asked by 13.12.2016 / 05:01
2
answers

Problem when using Ajax to use Google Maps API

I want to use ajax to use a Google Maps API, but I do not know what it would be like in this case. This is an example of the Google Maps documentation of how the route should be. link In javascript I have the following: var waypoint...
asked by 07.12.2016 / 15:40
1
answer

How to make a $ scope of location with geodjango, django and angularjs

How to make a $ scope.cities because I do not get it in PHPStorm I get an error of "Expression statement is not assignment or call" and I do not know what the error is /** * Created by gamba on 20/10/2016. */ var app = angular.modul...
asked by 07.12.2016 / 22:48
1
answer

Problem with geometry.spherical.computeDistanceBetween () Google Maps

I found this code on the Internet and I tried to adapt it to my project, to get the current position. In the jsp I have the references: <script src="repartidores/js/jquery.js" type="text/javascript"></script> <script src="htt...
asked by 01.12.2016 / 15:52
2
answers

Does not show google maps marker

Good morning! I hope you can help me, the php file shows me the google map with the correct latitude and longitude, this data comes from MySQL. If the map is displayed according to this data, there is only one DETAIL that does not show the ma...
asked by 02.12.2016 / 22:41
1
answer

How to load an image by clicking on a marker on a map

I have the following code with three markers, how is it possible that when I click on one of the markers an image is loaded? var locations = [ ['<h4>Tj</h4>Lat:32.509604, Lon:-117.020600', 32.509604, -117.020600, "<div&...
asked by 28.11.2016 / 19:14
1
answer

How can I position items within Google Map using longitut and latitude

On my Asp.Net C # page I show a google map and in a list I have several addresses (longitude, latitude) and I want my map to appear with a reference to each of them ... How can I do it? / p> foreach (var item in lista) { double? latitu...
asked by 02.09.2016 / 17:26
1
answer

help with physical map

As I highlight an area of a country with leafletjs the only way I have seen is using a Geojson file I used mapzen and it works but there is another way of doing it this way the problem that I have is that the geojson files weigh heavily (up to 1...
asked by 01.09.2016 / 07:27
1
answer

How to add Google.Maps.LocationServices reference to my ASp.Net project

Nesesito add that reference to my project but not c how or what file download     
asked by 03.09.2016 / 13:42
1
answer

Release application Google Maps native android

I am compiling an app that uses google maps in android studio . Your debug works perfectly, but when compiling it does not load the map. I would like to know what mistake I may be having. In both files located in debug and release...
asked by 26.07.2016 / 22:55