Delphi 10.4 Hands-on: Connecting to SQLite with FireDAC and visualize on a Google map

FireWind

Свой
Регистрация
2 Дек 2005
Сообщения
1,957
Реакции
1,199
Credits
4,009
Delphi 10.4 Hands-on: Connecting to SQLite with FireDAC and visualize on a Google map
July 24, 2020 by Holger FlickPosted
[SHOWTOGROUPS=4,20,22]
I am working hard on my next book in the Hands-On series which will be about TMS FNC Maps. While writing, I noticed a data set on Kaggle that contains information on all reported traffic accidents in the United States since 201 (Для просмотра ссылки Войди или Зарегистрируйся). I imported the data into a SQLite database and implemented an app that visualizes the reports of a day.

image-2.png


The hands-on video shows you how to build this application in great detail. For that reason the video is over 1 hour long. Here’s a few key aspects I will talk about:
  • Introduction to database and fields
  • Adding indexes for performance
  • Introduction to FireDAC connections with FireDAC explorer
  • Specific SQLite related topics are discussed
  • Using queries with macros and parameters
  • Adding properties for query values
  • Providing a combo box with direct binding to the database
  • Creating coordinates and bounds
  • Visualization using markers and clusters
  • Adding rectangles
  • Focusing on specific areas of the map

If you like the “Hands-On” style, please have a look at book 1 of the series which is available on Amazon worldwide (e.g. Для просмотра ссылки Войди или Зарегистрируйся, Для просмотра ссылки Войди или Зарегистрируйся, Для просмотра ссылки Войди или Зарегистрируйся).
[/SHOWTOGROUPS]