geos 1.1.0 copy "geos: ^1.1.0" to clipboard
geos: ^1.1.0 copied to clipboard

outdated

A set of classes useful in geographical context.

Geos #

A set of classes useful in geographical context.

Place class #

This class represents a place. The properties it has are:

  • String address. The address expressed in one String.
  • LatLng position. The position (a LatLng instance, from google_maps_flutter, stores latitude and longitude coordinates, expressed using degrees).
  • String name. A personalized name that you can give to this place.
  • List<String> tags. A list of tags that can be used, for example, in order to categorizing your places.

One notable method is distanceWGS84(), that gets the distance (m) between a place and another one on the WGS-84 ellipsoidal earth to within a few millimeters of accuracy using Vincenty’s algorithm.

5
likes
0
pub points
16%
popularity

Publisher

unverified uploader

A set of classes useful in geographical context.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, google_maps_flutter, pedantic

More

Packages that depend on geos