Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Google maps v3 - Contextual menu available?

Tags:

google-maps

Are there any contextual menus available for Google Maps v3?

like image 348
Mr. Flibble Avatar asked Jul 21 '09 23:07

Mr. Flibble


People also ask

How many types of viewing option is are available in Google Maps?

The following map types are supported in Google Maps API: ROADMAP (normal, default 2D map) SATELLITE (photographic map) HYBRID (photographic map + roads and city names)

How do you get bounds on Google Maps?

getBounds() in Google Maps API v3 But in API v3 you will get “bounds is undefined” error. So to get our latitude and longitude we need to move getBounds(), to some event listener. Description of bounds_changed in documentation is: “This event is fired when the viewport bounds have changed.”

What are types of Google Maps available and also explain the UI controls for interacting with map?

Google Maps - The Default Controls Zoom - displays a slider or "+/-" buttons to control the zoom level of the map. Pan - displays a pan control for panning the map. MapType - lets the user toggle between map types (roadmap and satellite)


1 Answers

You can add context menu as it is decribed here How to add context menu to google maps, using api V3:

like image 180
user364313 Avatar answered Oct 16 '22 05:10

user364313