Map Plugin
Ganje Map plugin is used to display active Ganje and Ganjdar locations on a map. This plugin is used to display on websites or mobile applications so that software platforms can view all existing Ganje stations or their supplier specific stations. This plugin provides information such as the name, address, business hours, zip code, and image of the Ganje to the user. It also provides the user with filtering and searching capabilities if the developer is specified.
Platform Support
The Ganje Map plugin can be run on all web applications as an iframe
and on all mobile applications as a webview
, so that minimal development is required to install and use this plugin.
Public display of stations on the map
The display of all available and provided default active and public Ganje and Ganjdar is done in framing. This model can be used in any component or element of the page. It is worth noting that this service is designed responsively and has the ability to be displayed optimally on mobile devices.
Usage
<iframe
src="https://map.ganje.net/?readOnly=true"
style="border: none; width: 100%; height: 410px;"
></iframe>
Demo example
To display and use the search and filter feature for stations, you can remove the readOnly=true
value from src
.
Displaying stations specific to a supplier
As a supplier, you may want to display only the stations assigned to you. In that case, simply put your supplier_uuid
that you received from the Ganje as suuid
in src
.
Usage
<iframe
src="https://map.ganje.net/?suuid=<YOUR_SUPPLIER_UUID>"
style="border: none; width: 100%; height: 410px;"
></iframe>
Demo example
Here you can see the active stations available for use on a specific supplier: