Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
145297 | Jun 16,2019 10:24 PM UTC | Jun 18,2019 05:36 AM UTC | Xamarin.Forms | 3 |
![]() |
Tags: SfMaps |
<maps:ImageryLayer Markers="{Binding CustomMarkers}">
<maps:ImageryLayer.MarkerTemplate>
<DataTemplate>
<StackLayout Orientation="Horizontal">
<Image Source="{Binding ImageName}" Scale="1"
Aspect="AspectFit " HorizontalOptions="StartAndExpand" VerticalOptions="Center"
HeightRequest="15" WidthRequest="23" />
<Label Text="{Binding Label}"/>
</StackLayout>
</DataTemplate>
</maps:ImageryLayer.MarkerTemplate>
</maps:ImageryLayer>
|
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.