jmelosegui / GooglemapMvc

The control wraps Google maps API simplifying the use of Google maps in ASP.NET MVC applications.
MIT License
117 stars 61 forks source link

How to add a label to a marker that always shows #141

Open Pugglewuggle opened 7 years ago

Pugglewuggle commented 7 years ago

How can I do this as such: https://camo.githubusercontent.com/6f53eeb8108ef87ccdb03ef0a8f51e9368be6e3a/68747470733a2f2f676f6f676c656d6170732e6769746875622e696f2f6a732d6d61702d6c6162656c2f73637265656e73686f742e706e67

Even if I hide the marker? All I really want is to place text in a certain location on the map, and if possible, to style that text with CSS.

Pugglewuggle commented 7 years ago

Anybody here?

jmelosegui commented 7 years ago

I think you are talking about Custom Overlays, if so this is a duplicate from #38.

Pugglewuggle commented 7 years ago

So are you saying that is still a requested feature and not actually in this library?

Pugglewuggle commented 7 years ago

To be clear though - I actually mean Text - not a graphic or icon.

Pugglewuggle commented 7 years ago

Hola

jmelosegui commented 2 years ago

yup, what you are describing is HTML text for the maker. That is not implemented.