Factory that returns a new instance of Wicket
Returns Wkt new instance of Wicket
Transforms an array of google.maps.LatLng into a Feature.<Polygon>
LatLngArray
Array<google.maps.LatLng> [description]
Returns Feature<Polygon> [description]
Transforms a google.maps.LatLng or google.maps.LatLngLiteral into a Feature.<Point>
LatLng
(google.maps.LatLng | google.maps.LatLngLiteral | Array<Number>) a coordinate to transform
Returns Feature<Point> a Point type Feature
Transforms a google.maps.Marker to a Feature<Point>
marker
google.maps.Marker marker object to transform
Returns Feature<Point> output Feature
Converts a google.maps.Polyline into a Feature.<LineString>
objeto
(Array<google.maps.LatLng> | google.maps.Polyline) array of positions or a google.maps.Polyline
Returns Feature<LineString> [description]
Receives an object and returns a Feature.<Polygon>
object
(google.maps.Polygon | Array<google.maps.LatLng> | Feature.Polygon | Geometry) object to transform into a Feature.Polygon
Returns Feature.Polygon [description]
Converts an array of google.maps.LatLng into a FeatureCollection donde cada Feature es un punto del array de entrada
latLngArray
(Array<google.maps.LatLng> | google.maps.MVCArray) array de posiciones google.maps.LatLng
Returns FeatureCollection geojson FeatureCollection
Converts a google.maps.Polygon or google.maps.Polyline into a FeatureCollection of points
googleObject
(google.maps.Polygon | google.maps.Polyline) the google.maps object to convert
Returns FeatureCollection<Point> [description]
Receives an object and returns a GeoJson Feature of type Polygon
object
(google.maps.Polygon | Feature.Polygon | Geometry) object whose area will be calculated
Returns Number object's area