Google Maps - Symbols (2024)

In addition to markers, polygons, polylines, and other geometrical shapes, we can also add predefined vector images(symbols) on a map. This chapter explains how to use the symbols provided by Google Maps.

Adding a Symbol

Google provides various vector-based images (symbols) that can be used on a marker or a polyline. Just like other overlays, to draw these predefined symbols on a map, we have to instantiate their respective classes. Given below is a list of predefined symbols provided by Google and their class names −

These symbols have the following properties − path, fillColor, fillOpacity, scale, stokeColor, strokeOpacity, and strokeWeight.

Example

The following example demonstrates how to draw predefined symbols on Google Map.

<!DOCTYPE html><html> <head> <script src = "https://maps.googleapis.com/maps/api/js"></script> <script> function loadMap() { var mapOptions = { center:new google.maps.LatLng(17.433053, 78.412172), zoom:5 } var map = new google.maps.Map(document.getElementById("sample"),mapOptions); var marker = new google.maps.Marker({ position: map.getCenter(), icon: { path: google.maps.SymbolPath.BACKWARD_CLOSED_ARROW, scale: 5, strokeWeight:2, strokeColor:"#B40404" }, draggable:true, map: map, }); } </script> </head> <body onload = "loadMap()"> <div id = "sample" style = "width:580px; height:400px;"></div> </body> </html>

It produces the following output −

Animating the Symbol

Just like markers, you can add animations such as bounce and drop to the symbols as well.

Example

The following example shows how to use a symbol as a marker on a map and add animation to it −

<!DOCTYPE html><html> <head> <script src = "https://maps.googleapis.com/maps/api/js"></script> <script> function loadMap() { var mapOptions = { center:new google.maps.LatLng(17.433053, 78.412172), zoom:5 } var map = new google.maps.Map(document.getElementById("sample"),mapOptions); var marker = new google.maps.Marker({ position: map.getCenter(), icon: { path: google.maps.SymbolPath.BACKWARD_CLOSED_ARROW, scale: 5, strokeWeight:2, strokeColor:"#B40404" }, animation:google.maps.Animation.DROP, draggable:true, map: map }); } </script> </head> <body onload = "loadMap()"> <div id = "sample" style = "width:580px; height:400px;"></div> </body> </html>

It produces the following output −

Advertisem*nts

Google Maps - Symbols (2024)
Top Articles
Is Money the Only Measure of Success?
why is installation so complicated?
Cars & Trucks - By Owner near Kissimmee, FL - craigslist
Napa Autocare Locator
East Cocalico Police Department
Mcoc Immunity Chart July 2022
Hallowed Sepulchre Instances &amp; More
Directions To Lubbock
Culos Grandes Ricos
Wordle auf Deutsch - Wordle mit Deutschen Wörtern Spielen
Betonnen afdekplaten (schoorsteenplaten) ter voorkoming van lekkage schoorsteen. - HeBlad
How do you like playing as an antagonist? - Goonstation Forums
Springfield Mo Craiglist
Most McDonald's by Country 2024
Sivir Urf Runes
Slope Tyrones Unblocked Games
Straight Talk Phones With 7 Inch Screen
Rachel Griffin Bikini
Weather Rotterdam - Detailed bulletin - Free 15-day Marine forecasts - METEO CONSULT MARINE
Zalog Forum
Sizewise Stat Login
MLB power rankings: Red-hot Chicago Cubs power into September, NL wild-card race
Quadcitiesdaily
Orange Pill 44 291
Craigslist Org Appleton Wi
Buying Cars from Craigslist: Tips for a Safe and Smart Purchase
Uncovering The Mystery Behind Crazyjamjam Fanfix Leaked
Scheuren maar: Ford Sierra Cosworth naar de veiling
Naval Academy Baseball Roster
Cookie Clicker Advanced Method Unblocked
Parkeren Emmen | Reserveren vanaf €9,25 per dag | Q-Park
Amerisourcebergen Thoughtspot 2023
Nk 1399
Ticket To Paradise Showtimes Near Cinemark Mall Del Norte
Craftsman Yt3000 Oil Capacity
Deepwoken: Best Attunement Tier List - Item Level Gaming
Bfri Forum
Craigslist Maryland Baltimore
Craigslist Gigs Norfolk
Polk County Released Inmates
American Bully Xxl Black Panther
Mta Bus Forums
450 Miles Away From Me
Daily Times-Advocate from Escondido, California
Alpha Labs Male Enhancement – Complete Reviews And Guide
Marine Forecast Sandy Hook To Manasquan Inlet
99 Fishing Guide
Optimal Perks Rs3
Competitive Comparison
Mazda 3 Depreciation
Bellin Employee Portal
Latest Posts
Article information

Author: Dean Jakubowski Ret

Last Updated:

Views: 5442

Rating: 5 / 5 (50 voted)

Reviews: 81% of readers found this page helpful

Author information

Name: Dean Jakubowski Ret

Birthday: 1996-05-10

Address: Apt. 425 4346 Santiago Islands, Shariside, AK 38830-1874

Phone: +96313309894162

Job: Legacy Sales Designer

Hobby: Baseball, Wood carving, Candle making, Jigsaw puzzles, Lacemaking, Parkour, Drawing

Introduction: My name is Dean Jakubowski Ret, I am a enthusiastic, friendly, homely, handsome, zealous, brainy, elegant person who loves writing and wants to share my knowledge and understanding with you.