Closed ClubACNews closed 1 year ago
Hello Sir, I'm trying to use your components to replace the one I was using and I'm trying to display this point in the center of the map area: //Center.Longitude=4.4384765625 //Center.Latitude=49.6925084788933 Thanks
I've find :
var LGeoPoint: TGeoPoint; begin LGeoPoint.Long := StrToFloat('4,4384765625'); LGeoPoint.Lat := StrToFloat('49,6925084788933'); mMap.SetZoom(10); mMap.CenterPoint := LGeoPoint;
Hello Sir, I'm trying to use your components to replace the one I was using and I'm trying to display this point in the center of the map area: //Center.Longitude=4.4384765625 //Center.Latitude=49.6925084788933 Thanks