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
How to withdraw and how long does it take for the withdrawal process of my assets in Polygon Plasma bridge?
Is it Worth Having a Side Hustle (in 2023)? | FreshLearn
Fighter Torso Ornament Kit
Truist Bank Near Here
UPS Paketshop: Filialen & Standorte
122242843 Routing Number BANK OF THE WEST CA - Wise
Directions To Franklin Mills Mall
Caroline Cps.powerschool.com
Klustron 9
Holly Ranch Aussie Farm
Flights to Miami (MIA)
Osrs But Damage
Craigslist Phoenix Cars By Owner Only
Hardly Antonyms
Corporate Homepage | Publix Super Markets
Aces Fmc Charting
Builders Best Do It Center
Pwc Transparency Report
Valentina Gonzalez Leak
Kinkos Whittier
Interactive Maps: States where guns are sold online most
State HOF Adds 25 More Players
Vermont Craigs List
Andhrajyothy Sunday Magazine
Libinick
97226 Zip Code
Used Safari Condo Alto R1723 For Sale
15 Primewire Alternatives for Viewing Free Streams (2024)
Login.castlebranch.com
CohhCarnage - Twitch Streamer Profile & Bio - TopTwitchStreamers
Winterset Rants And Raves
Housing Intranet Unt
Mastering Serpentine Belt Replacement: A Step-by-Step Guide | The Motor Guy
Golden Tickets
Appraisalport Com Dashboard /# Orders
Timothy Kremchek Net Worth
Unlock The Secrets Of "Skip The Game" Greensboro North Carolina
Zero Sievert Coop
The Bold And The Beautiful Recaps Soap Central
Banana Republic Rewards Login
Atlanta Musicians Craigslist
Miracle Shoes Ff6
Emily Tosta Butt
Sand Castle Parents Guide
Mitchell Kronish Obituary
Bustednewspaper.com Rockbridge County Va
Cleveland Save 25% - Lighthouse Immersive Studios | Buy Tickets
Senior Houses For Sale Near Me
UNC Charlotte Admission Requirements
The Quiet Girl Showtimes Near Landmark Plaza Frontenac
Motorcycle For Sale In Deep East Texas By Owner
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.