Calling a Public Sub in a class from another class:
private Sub touchInShape(aX As Double, aY As Double) As Map
Dim m As Map
Dim p As TMapPoint = MapUtilities.initPoint(aX, aY)
Dim tLL As TMapLatLng = PointToLatLng(p)
m.Initialize
For Each oKey As Object In...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.