Exemple #1
0
 /// <summary>
 /// Attaches this maker to the given map view.
 /// </summary>
 /// <param name="mapView">Map view.</param>
 internal void AttachTo(IMapMarkerHost mapView)
 {
     _mapView = mapView;
 }
Exemple #2
0
 /// <summary>
 /// Attaches this maker to the given map view.
 /// </summary>
 /// <param name="mapView">Map view.</param>
 internal void AttachTo(IMapMarkerHost mapView)
 {
     _mapView = mapView;
 }