|
Thanks for the quick reply, I tried adding the following in to my page_load event:
Map1.OnClientMapLoaded = "var map = this; map.get_Map().SetBirdseyeOrientation('North');"
I've tried it with and without the get_Map() but it still errors.
I'm getting: Value cannot be undefined. Parameter name: method.
The VEMap.SetBirdseyeOrientation method supports string (ie north, south, etc).
Am I missing something?, I've tried using the $find method to set the instance of the map control as well as using "this", but it throws the same error.
Thanks in advance.
Ben
|