How can i get Bounds locations from
when i tried to access location via
ide says :
Expected: CLLocation, object type: NSConcreteValue
B4X:
- (NSObject*)coordinateBoundsFromProjection:(GMSProjection*) p
when i tried to access location via
B4X:
Dim bounds As NativeObject = gmapEx.GetVisibleBounds
Dim ne As Location = bounds.GetField("northEast")
ide says :
Expected: CLLocation, object type: NSConcreteValue