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...
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?
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...
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({...
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....
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.
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...
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...
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...
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...