Skip to content

Kitto.Web.Handler.Map

Attribute-routed handler for Google Map data requests. Returns JSON with the map markers (geocoded from the configured address fields) and grid HTML for GoogleMap panels.

TKXMapHandler class

Serves the map-data endpoint for a data view configured with a GoogleMap controller.

pascal
procedure HandleMapData( [TKXPathParam('ViewName')] const AViewName: string;

Loads the view's records and returns JSON containing the map markers built from the configured address/title/info fields and the grid HTML for the panel sidebar.

Released under Apache License, Version 2.0.