static_map 0.3.0
static_map: ^0.3.0 copied to clipboard
Quickly generate customizable static maps with support for markers and paths.
0.3.0 #
- Separates
StaticMapPath
andStaticMapMarker
classes with different constructors. - [Breaking change] Removes dependency on
latlng2
package, creates ownStaticMapLocation
class. UseStaticMapLatLng
instead of LatLng. - Add ability to provide an API URL when initializing
StaticMap
. - Adds new
StaticMapPathPoints
class for defining a path using a list of points instead of an encoded polyline. - Updates license to Apache 2.0.
0.2.0 #
- Adds support for markers.
- Adds support for paths.
0.1.1 #
- Adds initial implementation of the
static_map
package.