createFromGeoElement static method

FenceParameters createFromGeoElement({
  1. required GeoElement geoElement,
  2. required double bufferDistance,
})

Static factory function to create a FenceParameters.

This method creates the appropriate type of FenceParameters based on the type of the GeoElement that was supplied. The supported types of GeoElement are Graphic and Feature.

If passed an unsupported GeoElement, this method will return null.

Parameters:

Return Value: A FenceParameters created from a GeoElement.