Guest User

Untitled

a guest
Apr 9th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 1.19 KB | None | 0 0
  1.  <Grid x:Name="ContentPanel" Grid.Row="1" Margin="0,0,0,20">
  2.             <Maps:Map Name="Mapa" Mode="Road" ZoomBarVisibility="Visible" Center="40.7145500183105, -74.0071182250977" CredentialsProvider="Ar5EZQvy3Ty6U54PDatVBbNNMJow49e48hByPC4htuRV5gEfGE5Ed0bnbM4SEXI0">
  3.                 <Maps:Pushpin
  4.                     Location="{Binding UserPosition}"
  5.                     Background="Red"
  6.                     Style="{StaticResource PulsingPin}" />
  7.                 <Maps:Pushpin
  8.                     Location="{Binding BombPosition}"
  9.                     Background="DarkRed"
  10.                     Style="{StaticResource PulsingPin}" />                
  11.                 <Maps:Pushpin
  12.                     Location="40.71,-74.01"
  13.                     Background="Blue"
  14.                     Style="{StaticResource TearPin}" />
  15.                 <Maps:Pushpin
  16.                     Location="40.72,-74.00"
  17.                     Background="Green"
  18.                     Style="{StaticResource SquarePin}" />
  19.                 <!--<Maps:Pushpin x:Name="currentLocation" Location="{Binding CurrentLocation}" Visibility="{Binding CurrentLocationVisible}" Background="#003D76" Content="Me" />-->
  20.             </Maps:Map>
Add Comment
Please, Sign In to add comment