jj 14.03
This commit is contained in:
@@ -44,7 +44,12 @@ Public Class frmGeodataSelect
|
||||
|
||||
txtLat.Text = SelectedPoint.Latitude.ToString()
|
||||
txtLon.Text = SelectedPoint.Longitude.ToString()
|
||||
|
||||
MapControl1.ZoomLevel = 7
|
||||
MapControl1.ZoomToFit(New List(Of MapPushpin) From {pin})
|
||||
End If
|
||||
|
||||
|
||||
End Sub
|
||||
|
||||
Private Sub MapControl1_Click(sender As Object, e As MouseEventArgs) Handles MapControl1.Click
|
||||
|
||||
Reference in New Issue
Block a user