Reusing Points Leak? Solved

Status
Not open for further replies.
If you are creating a new point from the centre of a region each time then it would leak. It is completely possible for 2 different location objects to represent exactly the same point on the map.

In such a case, assigning the centre of a region to a global variable once on map initialization and then referencing that location by the global variable is the recommended approach.
 
Status
Not open for further replies.
Back
Top