Questions tagged as 'google-maps'

1
answer

I can not see the KML layers I want to implement on my site through Google Maps

What I want is that when you click on a check, the KML layer appears with all its data. This code was taken here . But it is not displayed to me and I also get an error in the console "Uncaught ReferenceError: $ is not defined"           <s...
asked by 06.02.2018 / 20:51
0
answers

Event GoogleMapsEvent.MARKER_DRAG_END does not work IONIC 2

I am using native Google Maps on Ionic 2, the map appears and a bookmark is added, that works well. But events related to the marker do not work, in this test I am using the event MARKER_DRAG_END Google Maps Native export class Mapa {...
asked by 29.01.2018 / 21:04
0
answers

Error with Google Maps sdk in Swift

I have the Google Maps app in swift but I have an error: This is my code: @IBOutlet weak var mapa: GMSMapView! let camera = GMSCameraPosition.camera(withLatitude: lat, longitude: lon, zoom: 14) let mapView = GMSMapView.map(withFram...
asked by 24.01.2018 / 11:43
0
answers

Add bookmarks without reloading Android map

Good afternoon! I was already googling to know if there is any way to add a bookmark to a map without having to reload onMapReady. This is what I tried: With the following code I execute Alerts which is a WS that is returning me a seri...
asked by 11.01.2018 / 21:34
3
answers

Problem with the MapsActivity of google maps

I'm inserting a geolocation in Android Studio for an app: private void miUbiacion() { LocationManager locationManager = (LocationManager) getSystemService(Context.LOCATION_SERVICE); if (ActivityCompat.checkSelfPermission(this,...
asked by 10.12.2017 / 00:21
0
answers

Generate URL signature for Google Static Maps

I need an app to generate URL's with a signature at the end based on a "URL signature secret" and the URL itself, according to what is established by Google Maps Static API in the following link: link I have written the following code,...
asked by 29.11.2017 / 15:26
0
answers

Put image from Database in Marker

I have a database where I store the path of images which are in a folder, I want to bring the image using PHP and then put it in a marker, the code I have to do this is the following: that code take it out of link but I still can not see the i...
asked by 27.11.2017 / 23:21
1
answer

Error creating Circle object in ionic 3

Hello, I am using the Google Maps API. Where I have to create a circle around the market created. I perform it with (works correctly) createCircle(loc: LatLng){ return this.map.addCircle( {'center': loc, 'radius': 300,...
asked by 20.11.2017 / 01:32
1
answer

google maps indications api

I am exploring the api of google maps indications, based on the example I tried to change the values of those with latitude and longitude values to locate different places, I also tried to put addresses but it did not give me results. Maybe s...
asked by 26.11.2017 / 19:56
1
answer

error in CameraPosition in ionic 3

I'm doing tests with googlemaps using ionic 3.14 I have managed to visualize the map, Now I'm trying to perform geo-mapping to show my current location using the CameraPosition method This is the code that I was able to find moveCamer...
asked by 14.11.2017 / 03:31