Closed MRatnam closed 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"); })
Whoops this class was not from this code branch!
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"); })