Questions tagged as 'google-maps'

1
answer

How to add the address to infowindow gmaps v3?

I have a collection of points where I can see all of them on the map! I would like to add an infowindow "balloon" to each of them by entering the full address of each coordinate. function initialize() { var latlng = new google.ma...
asked by 06.05.2015 / 14:41
2
answers

Bookmarks in Google Maps

I have a website where you can create bookmarks on the map and assign a category to those bookmarks. I would like each label in each category to have a different image. does anyone know how I do it?     
asked by 24.05.2015 / 15:47
1
answer

Create a route in Google Maps V3 [duplicate]

How do I adapt the script below to the following purpose: The user opens the page and the map appears in a predefined place (company). He then clicks on an input and enters his location, (the input is above the map), then he clicks a "reac...
asked by 28.04.2015 / 20:00
1
answer

Google Map disappeared

Hello, I'm using the Maps JS V3 API. I styled the page and the map disappeared. jQuery, CSS and HTML: $(function() { $('.nav-toggle').click(function() { if ($(".nav").hasClass("side-fechado")) { $('.nav').animate({...
asked by 09.01.2015 / 01:00
1
answer

How to pass map data to be displayed by another class?

I'm using the Google Maps API for iOS. I was doing some tests and set a UIView as subclass of GMSMapView and kept a pointer to it in ViewController , getting: #import <UIKit/UIKit.h> #import <GoogleMaps/GoogleMaps....
asked by 13.02.2015 / 04:30
1
answer

How to remove standard Google Maps v2 options

Personal I have a question, I'm creating an application that uses Google Maps V2, can you REMOVE these default Map options? This happens when I click the bookmark and these two default options automatically pop up.     
asked by 15.03.2015 / 17:25
1
answer

Box when passing mouse over the municipality

I'm using the GoogleMaps3 api and after rendering the map I would like to move the mouse over some area (which has already been programmed) to show the area code. What I've done so far was: hover over area: google.maps.event.addListener(set...
asked by 15.04.2015 / 21:12
1
answer

Changing the size of Google Map View for iOS

I'm using the Google Map SDK for iOS in a project, but when using the service by default it covers the entire screen. But I need space to add a few buttons on the screen. How can I resize the map view? Currently using the default code: G...
asked by 28.11.2014 / 00:00
1
answer

Repeating infowindow on markers

I'm working with the Google Map API and after adding the infowindow in the bookmarks, I noticed that they are repeating themselves, but I could not resolve them. Can anyone take a look at the code below and tell me what's going on? I'm load...
asked by 14.11.2014 / 16:31
1
answer

Link from a menu to a bookmark in Google Maps

I'm using the Maps API to show the location of some of the company's stores. I used this tutorial to get. So far so good. But the problem is that I have a menu with the locations of the map and I would like to link them to each marker withi...
asked by 22.08.2014 / 23:11