microsoft / MapsSDK-Native

This repository contains samples, documentation and releases history for the Bing Maps SDK for Android and iOS.
MIT License
40 stars 23 forks source link

How to show all pushin. #29

Closed PCGurjar closed 4 years ago

PCGurjar commented 4 years ago

How to show all the pushin points, like Bing map in web side , is there any property for this like MapFit.

rkoten commented 4 years ago

Hi @PCGurjar,

To display multiple pushpins, add them to a MapElementLayer, then add the layer to the MapView. To learn more about pushpin features in Bing Maps Native SDK, please refer to "Display points of interest on the map" in official documentation.