Questions tagged as 'google-maps'

1
answer

Google Maps API does not load in Angular

Hello, I'm trying to initialize API of Google Maps in controller of my Angular page, except that it simply does not start the function. If I put it directly on the page, it works without problems. Here is code for control...
asked by 13.04.2016 / 13:15
0
answers

Procedure to return the route calculation between coordinates through the GoogleMaps API

I need to create all the business rules of a system within the database and allow other applications for the purpose of being just a graphical user interface to freely use all the functions available in the database through stored procedures....
asked by 05.04.2016 / 14:35
0
answers

Create routes for a single API google Maps API

I have a problem, the problem is the following, I made a request via HTTP I got the JSON data and loaded it inside a for so I was able to load all JSON points into the map: var get = function(url, callback) { var xhr = new XMLHttpReque...
asked by 06.03.2016 / 17:13
1
answer

Navigation Drawer + Google Maps

I have a problem joining Navigation Drawer like Google Maps. I want google to be my initial fragment and I want it to be in the Navigation Drawer list as an item, but there is a small catch. I will try to explain it in the best way and I hope yo...
asked by 17.03.2016 / 06:59
1
answer

Google Maps Hide Marker

I have a problem. I can not delete the Google Maps Markers. The intent is when you click on a Radio Button, check one place, and remove the others. When I click on a Radio Button, it works, and it marks a point on the map. But when I click on...
asked by 10.03.2016 / 14:23
1
answer

Google Maps Api v3 - Working with 2 Json files

I'm creating a map, to display a lot of information, using google maps v3. I worked with 2 Json files to fill the map. The first file contains the Latitude and Longitude information of the map points, and the second contains InfoWindow inform...
asked by 01.02.2016 / 17:54
1
answer

Show Google Maps Route button automatically

I have the following method for creating Marker in App: private void createMarker() { MarkerOptions mo = new MarkerOptions(); LatLng latLng = new LatLng(mObjetoResumo.getLatitude(), mObjetoResumo.getLongitude()); mo.position(latLng...
asked by 22.02.2016 / 12:27
0
answers

Cocoapods error no such file or directory: 'OpenGLES'

I want to add the GoogleMaps library to my project. So I installed cocoapds and followed all the steps that are on google siteGoogle site. I've been wandering through forums and tried several of the solutions presented but I always have the er...
asked by 02.03.2016 / 12:36
1
answer

Add bookmark to Google map

Depending on the post you made at Disable zoom google maps does not work @Samir Braga replied to the following code: <!doctype html> <html lang="pt,BR"> <head> <meta charset="UTF-8"> <title>API Googl...
asked by 13.01.2016 / 21:33
1
answer

Enable Street View mode with Javascript function

How to call Google Maps panorama mode via API? Using JS, you can parameterize and display Google Maps in a custom way: //Setup Maps function initialize(){ var geoLatLong = {lat:-23.5615129,lng:-46.6581976}; var mapOptions =...
asked by 14.12.2015 / 17:13