convert abstract method

GeographicArea? convert(
  1. GeographicAreaType toType
)

Converts the geographic area to another type, if possible.

Parameters

Returns

  • A GeographicArea object representing the converted area, or null if the conversion failed.

Implementation

GeographicArea? convert(GeographicAreaType toType);