Im trying to get the numbers in the object but instead im getting the address example:
_cityCenter = new Point (centerX , centerY);
how to get the centerX , centerY value? I want to get the numbers 5 , 10 for example and instead im getting Point@251221E Thanks in advance.