Skip to content

Commit

Permalink
v.0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Fr0sT-Brutal committed Sep 19, 2022
1 parent f14e718 commit 97a0042
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
0.9.1
=====

- Added Google map tile provider

0.9.0
=====

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
OSM MapControl
==============

Delphi/Lazarus visual component for displaying a map. Could use any map tile provider (currently implemented OpenStreetMap and HERE). Also includes helper classes for storing and downloading map tiles.
Delphi/Lazarus visual component for displaying a map. Could use any map tile provider (currently implemented OpenStreetMap, HERE, Google). Also includes helper classes for storing and downloading map tiles.
Demo project implements downloading map tiles from network.

:exclamation: **Alpha version, interface could change** :exclamation:
Expand All @@ -23,7 +23,7 @@ Project structure
- `OSM.NetworkRequest.Synapse`, `OSM.NetworkRequest.WinInet`, `OSM.NetworkRequest.RTL` contain concrete implementations of network requesting routines
- `OSM.MapControl` contains classes `TMapMark` and `TMapMarkList` for managing a set of map points and `TMapControl` itself
- `OSM.TilesProvider` - base abstract class of map tile provider.
- `OSM.TilesProvider.OSM`, `OSM.TilesProvider.HERE` contain concrete implementations of map tile providers
- `OSM.TilesProvider.OSM`, `OSM.TilesProvider.HERE`, `OSM.TilesProvider.Google` contain concrete implementations of map tile providers

Full docs for all units listed above is available [here](https://fr0st-brutal.github.io/Delphi_OSMMap/)

Expand Down

0 comments on commit 97a0042

Please sign in to comment.