Questions tagged as 'maps'

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
0
answers

Authentication failure - Google Maps Api

Hello. Since last week I've been having a problem with my application using Google Maps API V2. Simply put, my key has stopped working. After that I've created new keys and it does not work anymore. I have already changed the keys and u...
asked by 11.12.2015 / 16:53
0
answers

Find by establishment and not by street GOOGLE MAPS

I'm using the following code to find streets in google maps, but I have the need to find establishments, here follows the link of the project, having difficulty finding the places. var geocoder; var map; var marker; function initialize() {...
asked by 25.11.2015 / 19:10
1
answer

Google Maps POI

I need to put a google maps in my project (insert a map) and show the points of interest next. Points of interest, would be everything that has near, bakery, bar, stations and etc. How? How do I do? Could you help me?     
asked by 29.06.2015 / 21:26
1
answer

How to add a new property to the GMSMarker class?

How to add a new property to this class. I added it to the GMSMarker.h file, but when I tried to use the new property I got this error:    - [GMSMarker setId:]: unrecognized selector sent to instance 0x790cd410 2015-02-27 13: 26: 44.340 Te...
asked by 27.02.2015 / 17:31
1
answer

How to remove the br br information from maps?

I'm developing a wev geolocation application for rain. On the map I want only the rain catch points. However, the standard map provided by google provides you with road information (br's). Is there any way to remove this information and make the...
asked by 17.09.2016 / 04:46
2
answers

API maps display address

Today in my system I am displaying as a reference point data already registered in the system based on latitude and longitude. I would like the script to find the reference provided by the maps API itself, only me providing the current latitude...
asked by 07.01.2018 / 02:12
2
answers

How do I display information for a particular location by viewing in responsive mode on my mobile?

I've added the iframe from a certain place on my site, but the location information and route suggestions do not appear when I view it in mobile mode, Here is the way it appears on your phone: Here'sthewayIwantittoappearwhenviewedonmypho...
asked by 03.12.2017 / 17:14
1
answer

I need to make a map with google maps api with several latitudes and longitudes, these data are of a race training or a walk

var map;     function initMap () { var nussa = [{lat:-23.99000683799386, lng:-46.28644368611276}, {lat:-23.99000977165997, lng:-46.286408733576536}, {lat:-23.990014549344778, lng:-46.2863730...
asked by 23.10.2016 / 21:34