|
I'm wanting to set the style of the map from the backend code which I can do by using:
divMapHolder.MapStyle = MapStyle.Road;
The problem occurs when I want to set the mapstyle to birdseye as if birdseye isn't available at that lat/lon I get a browser error.
Ideally I think I want to call IsObliqueAvailable() before trying to set the birdseye view and set it to something different if birdseye wasn't available, but this function doesn't appear to be exported in Simplovation.
Is there anything I can do to get around this error?
Cheers.
Medwyn.
|