Hello,
I am learning how to use the mapView and when I add the following lines of code it displays the mape of where I am and puts a blue round marker of my location. So I assume this is automatic when I create a new MapView?
My other question is what do I call to refresh the map? If I am driving and want to refresh the map displayed when do I call?
Thanks!
myMap = native.newMapView( 1, 0, 319, 400 ) myMap.mapType = "standard"