call abstract method

LatLng call(
  1. Polygon<Object> polygon
)

Given a polygon (and its points), calculate a single position at which the center of the label should be placed

Polygon.points is not guaranteed to be non-empty. If empty, this may throw.

Implementation

LatLng call(Polygon polygon);