diff --git a/Xamarin/Maps/Images/custom_template.png b/Xamarin/Maps/Images/Custom marker image in Xamarin.Forms Maps..png similarity index 100% rename from Xamarin/Maps/Images/custom_template.png rename to Xamarin/Maps/Images/Custom marker image in Xamarin.Forms Maps..png diff --git a/Xamarin/Maps/Images/Horizontal_Alignment.png b/Xamarin/Maps/Images/Horizontal alignment image in Xamarin.Forms Maps..png similarity index 100% rename from Xamarin/Maps/Images/Horizontal_Alignment.png rename to Xamarin/Maps/Images/Horizontal alignment image in Xamarin.Forms Maps..png diff --git a/Xamarin/Maps/Images/DataLabel_customization.png b/Xamarin/Maps/Images/Marker customization image in Xamarin.Forms Maps. (2).png similarity index 100% rename from Xamarin/Maps/Images/DataLabel_customization.png rename to Xamarin/Maps/Images/Marker customization image in Xamarin.Forms Maps. (2).png diff --git a/Xamarin/Maps/Images/marker_tooltip_customization.png b/Xamarin/Maps/Images/Marker customization image in Xamarin.Forms Maps..png similarity index 100% rename from Xamarin/Maps/Images/marker_tooltip_customization.png rename to Xamarin/Maps/Images/Marker customization image in Xamarin.Forms Maps..png diff --git a/Xamarin/Maps/Images/MarkerIconContrastColor.jpg b/Xamarin/Maps/Images/Marker icon color change based on background color support in Xamarin.Forms..jpg similarity index 100% rename from Xamarin/Maps/Images/MarkerIconContrastColor.jpg rename to Xamarin/Maps/Images/Marker icon color change based on background color support in Xamarin.Forms..jpg diff --git a/Xamarin/Maps/Images/Marker_icon_type.png b/Xamarin/Maps/Images/Marker icon image in Xamarin.Forms Maps..png similarity index 100% rename from Xamarin/Maps/Images/Marker_icon_type.png rename to Xamarin/Maps/Images/Marker icon image in Xamarin.Forms Maps..png diff --git a/Xamarin/Maps/Images/Marker_icon_type_image.png b/Xamarin/Maps/Images/Marker icon types image in Xamarin.Forms Maps..png similarity index 100% rename from Xamarin/Maps/Images/Marker_icon_type_image.png rename to Xamarin/Maps/Images/Marker icon types image in Xamarin.Forms Maps..png diff --git a/Xamarin/Maps/Images/MarkerSelected.png b/Xamarin/Maps/Images/Marker selected image in Xamarin.Forms Maps..png similarity index 100% rename from Xamarin/Maps/Images/MarkerSelected.png rename to Xamarin/Maps/Images/Marker selected image in Xamarin.Forms Maps..png diff --git a/Xamarin/Maps/Images/Markers_img4.jpeg b/Xamarin/Maps/Images/Markers_img (2).jpeg similarity index 100% rename from Xamarin/Maps/Images/Markers_img4.jpeg rename to Xamarin/Maps/Images/Markers_img (2).jpeg diff --git a/Xamarin/Maps/Images/Markers_img6.jpeg b/Xamarin/Maps/Images/Markers_img.jpeg similarity index 100% rename from Xamarin/Maps/Images/Markers_img6.jpeg rename to Xamarin/Maps/Images/Markers_img.jpeg diff --git a/Xamarin/Maps/Images/ResetMarker.gif b/Xamarin/Maps/Images/Reset the previously selected in marker in Xamarin.Forms Map.gif similarity index 100% rename from Xamarin/Maps/Images/ResetMarker.gif rename to Xamarin/Maps/Images/Reset the previously selected in marker in Xamarin.Forms Map.gif diff --git a/Xamarin/Maps/Images/Vertical_Alignment.png b/Xamarin/Maps/Images/Vertical alignment image in Xamarin.Forms Maps.png similarity index 100% rename from Xamarin/Maps/Images/Vertical_Alignment.png rename to Xamarin/Maps/Images/Vertical alignment image in Xamarin.Forms Maps.png diff --git a/Xamarin/Maps/Images/Markers_img1.jpeg b/Xamarin/Maps/Images/xamarin-forms-maps-markers.jpeg similarity index 100% rename from Xamarin/Maps/Images/Markers_img1.jpeg rename to Xamarin/Maps/Images/xamarin-forms-maps-markers.jpeg diff --git a/Xamarin/Maps/Markers.md b/Xamarin/Maps/Markers.md index 54b78d48d..92b4f74a8 100644 --- a/Xamarin/Maps/Markers.md +++ b/Xamarin/Maps/Markers.md @@ -1,8 +1,7 @@ --- layout: post title: Markers in Xamarin.Forms Maps control | Syncfusion -description: Learn here all about Markers support in Syncfusion Xamarin Maps (SfMaps) control, its elements and more. -platform: xamarin +description: Learn here all about Xamarin.Forms Maps (SfMaps) Markers in Syncfusion control, its elements and more. control: SfMaps documentation: ug --- @@ -72,7 +71,7 @@ Any number of markers can be added to the shape file layers using the [`Markers` {% endtabs %} - + ## Customizing markers @@ -154,7 +153,7 @@ The shape of a marker icons can be customized using the [`MarkerIcon`](https://h {% endtabs %} - + ### Setting a contrast color @@ -297,7 +296,7 @@ Based on the background color of the shapes, contrast color will be applied to m {% endtabs %} - + ### Setting a image marker icon @@ -379,7 +378,7 @@ You can pin an image as marker icon by setting the icon type as `Image`. Set [`I {% endtabs %} - + ### Customizing labels @@ -453,7 +452,7 @@ SfMaps map = new SfMaps(); {% endtabs %} - + ## Add custom marker @@ -606,7 +605,7 @@ ImageName = ImageSource.FromResource("MapsSample.pin.png"); {% endtabs %} - + ## Marker Alignment @@ -668,7 +667,7 @@ this.Content = map; {% endtabs %} - + ### Setting a vertical alignment @@ -726,7 +725,7 @@ this.Content = map; {% endtabs %} - + N> The default marker icon position for VerticalAlignment and HorizontalAlignment is Center. @@ -783,7 +782,7 @@ If you add any view for marker using `CustomView` property from `MarkerSelected` {% endtabs %} - + N> You can use [`MarkerItemsSource`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfMaps.XForms.MapLayer.html#Syncfusion_SfMaps_XForms_MapLayer_MarkerItemsSource) property when using the custom map markers that are inherited from [`MapMarker`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfMaps.XForms.MapMarker.html) and can only be used to assign markers in code behind. We have recommended using [`Markers`](https://help.syncfusion.com/cr/xamarin/Syncfusion.SfMaps.XForms.MapLayer.html#Syncfusion_SfMaps_XForms_MapLayer_Markers) property for the layer to add markers from XAML page. @@ -849,7 +848,7 @@ private void Layer_MarkerSelected(object sender, MarkerSelectedEventArgs e) {% endtabs %} - + N> You can refer to our [Xamarin Maps](https://www.syncfusion.com/xamarin-ui-controls/xamarin-maps) feature tour page for its groundbreaking feature representations. You can also explore our [Xamarin.Forms Maps example](https://github.com/SyncfusionExamples/Getting-Started-Xamarin-Maps) to knows the functionalities of each feature.