Custom marker with label
See original GitHub issueI’m submitting a … (check one with “x”) [ X ] question
plugin version: [X] 2.0.0-beta3
cordova information: (run $> cordova plugin list)
com.googlemaps.ios 2.3.0 "Google Maps SDK for iOS"
cordova-plugin-console 1.0.7 "Console"
cordova-plugin-device 1.1.6 "Device"
cordova-plugin-googlemaps 2.0.0-beta3-20170817-0747 "cordova-plugin-googlemaps"
cordova-plugin-splashscreen 4.0.3 "Splashscreen"
cordova-plugin-statusbar 2.2.3 "StatusBar"
cordova-plugin-whitelist 1.3.2 "Whitelist"
ionic-plugin-keyboard 2.2.1 "Keyboard"
Currently, I am using the Google Maps JS SDK within an Ionic 3 app.
I used markerWithLabel library https://github.com/googlemaps/v3-utility-library so I can have a custom label like in the image below.
http://imgur.com/a/FZ1Qi
My question is that how it is possible to make exactly the same with cordova-plugin-googlemaps as I think, it’s not possible to make markerWithLabel library work with cordova-plugin-googlemaps ?
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (7 by maintainers)
Top Results From Across the Web
Marker Labels | Maps JavaScript API - Google Developers
This example creates a map where each click by the user creates a marker that's ... Add the marker at the clicked location,...
Read more >Customize Google Map API V3 Marker label - Stack Overflow
I want to customize the label. I try to find the answers in google documentation they have only few properties to change (https://developers.google.com/maps/ ......
Read more >Google map with labelled markers - Cheppers
We can define a custom label to each marker by the label property of the Marker object. If the Marker has label attributes,...
Read more >Custom styles for Marker Label · Issue #1699 - GitHub
A user should have the ability to style a marker label using a css class or through the label option when creating a...
Read more >Custom Pipe Markers & Pipe Labels - Emedco
Emedco's custom pipe markers come in both snap-around and self-adhesive materials to fit any pipe. Visit us online and design your own pipe...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Sorry my English is bad It is my first post
If someone serves you, I could add a custom label on the map, add a second marker, create a canvas and convert it to base64 and assign it to the marker and it worked code example
that the code is helpful
Create a canvas, draw a image, then draw your text on the canvas, then export base64 encoded strings.