jmelosegui / GooglemapMvc

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

MapLabels not appearing? #75

Closed MRatnam closed 9 years ago

MRatnam commented 9 years ago

Hi I'm trying to get a MapLabel to appear but this does not seem to be working. I've read the Google Maps JS file may be placing MapLabels at the wrong zIndex - don't know if that is related?

.MapLabels(ml => { ml.Add() .Latitude(-33.865143) .Longitude(151.209900) .Text("SYDNEY"); })

MRatnam commented 9 years ago

Whoops this class was not from this code branch!