From 97a0042372158be970eae71a9c016f4ee1f00758 Mon Sep 17 00:00:00 2001 From: Fr0sT-Brutal Date: Mon, 19 Sep 2022 18:59:14 +0300 Subject: [PATCH] v.0.9.1 --- CHANGELOG.md | 5 +++++ README.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2732be4..a11dd08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.9.1 +===== + +- Added Google map tile provider + 0.9.0 ===== diff --git a/README.md b/README.md index d052b58..25d9976 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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/)