createPath
Creates the path for the overlay.
Declaration
- (void) createPath;Discussion
The default implementation of this method does nothing. Subclasses should override it and use it to create the CGPath data type to be used for drawing. After creating the path, your implementation should then assign it to the path property.