我有 Jeff Wilcox 静态地图控件:
<jwMaps:StaticMap
VerticalAlignment="Top"
Margin="-12,0,-12,0"
Provider="Bing"
Foreground="{StaticResource PhoneAccentBrush}"
Height="200"
ZoomLevel="1"
Visibility="Visible"
MapCenter="{Binding Coordinates}" />
但我有错误System.ArgumentException: Center is null
。在这种情况下如何设置默认坐标?坐标有GeoCoordinate
类型。