{"templateId":"markdown","sharedDataIds":{"sidebar":"sidebar-sidebars.yaml"},"props":{"metadata":{"markdoc":{"tagList":[]},"type":"markdown"},"seo":{"title":"⚡ Charging Station Parameters – Detailed Usage Guide","llmstxt":{"hide":false,"sections":[{"title":"Table of contents","includeFiles":["**/*"],"excludeFiles":[]}],"excludeFiles":[]}},"dynamicMarkdocComponents":[],"compilationErrors":[],"ast":{"$$mdtype":"Tag","name":"article","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_parameters_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":1,"id":"-charging-station-parameters--detailed-usage-guide","__idx":0},"children":["⚡ Charging Station Parameters – Detailed Usage Guide"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This guide provides a comprehensive overview of all available parameters in the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Charging Station Search API"]}," (",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["/bgis/service/chargingstation/search/1.0"]},")."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each field is explained with its ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["purpose"]},", ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["usage tips"]},", and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["real-world examples"]}," to help you build precise and efficient queries for locating EV charging infrastructure."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Whether you're building a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["charging map"]},", planning ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["long-distance electric trips"]},", or integrating ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["EVSE data"]}," into your fleet management solution, this tutorial will guide you through the correct and effective use of each parameter."]},{"$$mdtype":"Tag","name":"blockquote","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["ℹ️ We recommend exploring each parameter individually, especially ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bbox"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["filters"]},", and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["options"]},", as they can significantly affect result accuracy, performance, and depth of information returned."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_bbox_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"️-bbox--define-a-geographic-corridor-using-a-bounding-box","__idx":1},"children":["🗺️ bbox – Define a geographic corridor using a bounding box"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["search for charging stations along a defined corridor or area"]},", like a route or a rectangular zone"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["— instead of using a single coordinate with a radius."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bbox"]}," parameter lets you specify a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Bounding Box"]}," (rectangular area) using 4 coordinates:"," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["minLat"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["minLon"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["maxLat"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["maxLon"]},"."," ","It allows the charging station service to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["restrict the search to a specific geographic region"]},", which is ideal for long-distance route planning or area-based filtering."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bbox"]}," object to the root of your request:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"bbox\": {\n  \"minLat\": 48.80,\n  \"minLon\": 2.25,\n  \"maxLat\": 48.90,\n  \"maxLon\": 2.45\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"maxProviderResult\": 5,\n  \"options\": [\"PATH_POINT\"],\n  \"bbox\": {\n    \"minLat\": 48.80,\n    \"minLon\": 2.25,\n    \"maxLat\": 48.90,\n    \"maxLon\": 2.45\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8556d622-74e5-11e8-8953-42010a840002\",\n      \"sourceProvider\": \"La borne bleue\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"La borne bleue\",\n      \"nameOfPool\": \"SAINT-MANDÉ - Avenue du Général De Gaulle\",\n      \"accessibility\": \"PUBLIC\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.41786991,\n      \"latitude\": 48.83774178,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"94160\",\n      \"city\": \"Saint-Mandé\",\n      \"street\": \"102 Avenue du Général de Gaulle\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(805)-021480\",\n      \"open24x7\": true,\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"authenticationModes\": [\n            \"RFID_BADGE\"\n          ],\n          \"paymentModes\": [\n            \"OPERATOR_CONTRACT\"\n          ],\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n            ...\n          ],\n          \"bookable\": true,\n          \"chargingPoints\": [\n            {\n              \"id\": \"ROVVsBU6mPxQJ605fBK52w==\",\n              \"operatorId\": \"FR*SIP*E94067*005*2*1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"ROVVsBU6mPxQJ605fBK52w==\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 22,\n                  \"voltage\": 230,\n                  \"ampere\": 32,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 32,\n              \"power\": 22,\n              \"remoteCharging\": true\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 22,\n      \"numberOfChargingPoint\": 1,\n      \"reliabilityScore\": 25\n    },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The bounding box must be defined in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["decimal degrees (WGS84)."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["It is often used as an ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["alternative to"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," + ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]},", especially for large routes or custom-shaped areas."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If both ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bbox"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," are provided, behavior may depend on implementation — prefer using ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["only one spatial filter"]}," per request for clarity."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_connectorIdFilters_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-connectoridfilters--filter-by-connector-type-ids","__idx":2},"children":["🔌 connectorIdFilters – Filter by connector type IDs"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["restrict the results to only show charging stations"]}," that support specific ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["connector types"]},", such as ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["TYPE_2"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CCS"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["CHADEMO"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The connectorIdFilters parameter lets you filter the list of charging stations by their connector type."," ","Each connector type is represented by a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["numeric ID"]}," (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["1"]}," for TYPE_2, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["2"]}," for CHAdeMO, etc.)."," ","Only the charging points that include at least one connector matching one of the given IDs will be returned."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["connectorIdFilters"]}," field to your request as an array of integers:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"connectorIdFilters\": [1, 2]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"options\": [\"PATH_POINT\"],\n  \"radius\": 1000,\n  \"coordinate\": {\n    \"lon\": 2.3412,\n    \"lat\": 48.85693\n  },\n  \"connectorIdFilters\": [35]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"219b90de-ccf6-11eb-8eb9-42010a840003\",\n      \"sourceProvider\": \"Belib'\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Belib'\",\n      \"nameOfPool\": \"Paris | Rue de L'Amiral De Coligny 1\",\n      \"accessibility\": \"PUBLIC\",\n      \"availabilityStatus\": \"OUT_OF_ORDER\",\n      \"longitude\": 2.34062067,\n      \"latitude\": 48.86024528,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75001\",\n      \"city\": \"1er Arrondissement\",\n      \"street\": \"1 Rue de l'Amiral de Coligny\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(1)-85169402\",\n      \"open24x7\": true,\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"OUT_OF_ORDER\",\n          \"authenticationModes\": [\n            \"RFID_BADGE\"\n          ],\n          \"paymentModes\": [\n            \"OPERATOR_CONTRACT\",\n            \"CREDIT_CARD\"\n          ],\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n            {\n              \"id\": \"EnBW mobility+\",\n              \"title\": \"EnBW mobility+\",\n              \"networkName\": \"EnBW\"\n            },\n            {\n              \"id\": \"Nissan Charge\",\n              \"title\": \"Nissan Charge\",\n              \"networkName\": \"Nissan\"\n            },\n            {\n              \"id\": \"EVBox Charge\",\n              \"title\": \"EVBox Charge\",\n              \"networkName\": \"EVBox\"\n            },\n            {\n              \"id\": \"EWE Go\",\n              \"title\": \"EWE Go\",\n              \"networkName\": \"EWE Go\"\n            },\n            {\n              \"id\": \"Virta\",\n              \"title\": \"Virta\",\n              \"networkName\": \"Virta\"\n            },\n            {\n              \"id\": \"EinfachStromLaden\",\n              \"title\": \"EinfachStromLaden\",\n              \"networkName\": \"Maingau Energie\"\n            },\n            {\n              \"id\": \"Freshmile Pass\",\n              \"title\": \"Freshmile Pass\",\n              \"networkName\": \"Freshmile\"\n            },\n            {\n              \"id\": \"BMW Charging\",\n              \"title\": \"BMW Charging\",\n              \"networkName\": \"BMW\"\n            },\n            {\n              \"id\": \"MyToyota\",\n              \"title\": \"MyToyota\",\n              \"networkName\": \"Toyota\"\n            },\n            {\n              \"id\": \"Volvo\",\n              \"title\": \"Volvo\",\n              \"networkName\": \"Volvo\"\n            },\n            {\n              \"id\": \"Volkswagen App\",\n              \"title\": \"Volkswagen App\",\n              \"networkName\": \"Volkswagen\"\n            },\n            {\n              \"id\": \"Kia Charge\",\n              \"title\": \"Kia Charge\",\n              \"networkName\": \"Kia Hypercharge \"\n            },\n            {\n              \"id\": \"Alizé Charge\",\n              \"title\": \"Alizé Charge\",\n              \"networkName\": \"Alizé Liberté\"\n            },\n            {\n              \"id\": \"Mobilize charge pass\",\n              \"title\": \"Mobilize charge pass\",\n              \"networkName\": \"Renault\"\n            },\n            {\n              \"id\": \"Audi e-tron Charging Service\",\n              \"title\": \"Audi e-tron Charging Service\",\n              \"networkName\": \"AUDI\"\n            },\n            {\n              \"id\": \"Chargemap Pass\",\n              \"title\": \"Chargemap Pass\",\n              \"networkName\": \"Chargemap\"\n            },\n            {\n              \"id\": \"Mercedes\",\n              \"title\": \"Mercedes\",\n              \"networkName\": \"Mercedes\"\n            },\n            {\n              \"id\": \"Mobiflow\",\n              \"title\": \"Mobiflow\",\n              \"networkName\": \"Mobiflow\"\n            },\n            {\n              \"id\": \"Métropole Rouen Normandie\",\n              \"title\": \"Métropole Rouen Normandie\",\n              \"networkName\": \"Métropole Rouen Normandie\"\n            },\n            {\n              \"id\": \"Charge myHyundai\",\n              \"title\": \"Charge myHyundai\",\n              \"networkName\": \"Hyundai\"\n            },\n            {\n              \"id\": \"Corpay Card\",\n              \"title\": \"Corpay Card\",\n              \"networkName\": \"Corpay\"\n            },\n            {\n              \"id\": \"ChargeNow Laadkaart\",\n              \"title\": \"ChargeNow Laadkaart\",\n              \"networkName\": \"Digital Charging Solutions\"\n            },\n            {\n              \"id\": \"Octopus Electroverse\",\n              \"title\": \"Octopus Electroverse\",\n              \"networkName\": \"Octopus Electroverse\"\n            },\n            {\n              \"id\": \"JLR Charging\",\n              \"title\": \"JLR Charging\",\n              \"networkName\": \"JLR Charging\"\n            },\n            {\n              \"id\": \"Tap Electric\",\n              \"title\": \"Tap Electric\",\n              \"networkName\": \"Tap Electric\"\n            },\n            {\n              \"id\": \"Elli\",\n              \"title\": \"Elli\",\n              \"networkName\": \"Elli\"\n            },\n            {\n              \"id\": \"MyŠkoda\",\n              \"title\": \"MyŠkoda\",\n              \"networkName\": \"Škoda\"\n            },\n            {\n              \"id\": \"SEAT Easy Charging app\",\n              \"title\": \"SEAT Easy Charging app\",\n              \"networkName\": \"Seat\"\n            },\n            {\n              \"id\": \"CHARGE&FUEL CARD \",\n              \"title\": \"CHARGE&FUEL CARD \",\n              \"networkName\": \"LOGPAY\"\n            },\n            {\n              \"id\": \"Ulys\",\n              \"title\": \"Ulys\",\n              \"networkName\": \"Ulys\"\n            },\n            {\n              \"id\": \"D'Ieteren Energy\",\n              \"title\": \"D'Ieteren Energy\",\n              \"networkName\": \"EDI\"\n            },\n            {\n              \"id\": \"Lexus Electrified\",\n              \"title\": \"Lexus Electrified\",\n              \"networkName\": \"Lexus\"\n            },\n            {\n              \"id\": \"Subaru care\",\n              \"title\": \"Subaru care\",\n              \"networkName\": \"Subaru\"\n            },\n            {\n              \"id\": \"Plugsurfing\",\n              \"title\": \"Plugsurfing\",\n              \"networkName\": \"Plugsurfing\"\n            },\n            {\n              \"id\": \"Polestar Charge\",\n              \"title\": \"Polestar Charge\",\n              \"networkName\": \"Polestar\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"CU-B90-0102-001-1\",\n              \"operatorId\": \"FR*V75*E9001*02*1\",\n              \"availabilityStatus\": \"OUT_OF_ORDER\",\n              \"type\": 35,\n              \"connectorTypes\": [\n                {\n                  \"id\": 35,\n                  \"key\": \"TYPE_3C\",\n                  \"operatorId\": \"2\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 3C\",\n                  \"norm\": \"IEC 62196 Type 3C (Scame)\",\n                  \"maxPower\": 22,\n                  \"power\": 22,\n                  \"voltage\": 230,\n                  \"ampere\": 32,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": false\n                }\n              ],\n              \"currentType\": \"DC\",\n              \"voltage\": 500,\n              \"ampere\": 44,\n              \"power\": 22,\n              \"remoteCharging\": true\n            }\n          ]\n        },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The list of valid connector IDs depends on the provider or internal configuration. Common examples include:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["31"]}," = Type 1"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["32"]}," = Type 2"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["35"]}," = Type 3C"]}]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You can combine this filter with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["filters"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["options"]}," to refine the results even further."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Stations with ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["no matching connector types"]}," will be excluded from the result."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_coordinate_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-coordinate--define-the-search-center-using-a-single-point","__idx":3},"children":["📍 coordinate – Define the search center using a single point"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["search for charging stations around a specific location"]},", such as a city center, a GPS location, or the current position of a vehicle."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," parameter allows you to define a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["central point"]}," for the charging station search."," ","When combined with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]}," parameter, it creates a circular search area around the specified location."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," object to your request with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lat"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lon"]}," values:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"coordinate\": {\n  \"lat\": 48.85693,\n  \"lon\": 2.3412\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"options\": [\"PATH_POINT\"],\n  \"radius\": 1000,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  }\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8dbd7abe-c2d8-11ed-90d8-42010aa40fc0\",\n      \"sourceProvider\": \"Q-Park\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Q-Park\",\n      \"nameOfPool\": \"QPARK - PARIS - RIVOLI PONT NEUF - 019\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34376881,\n      \"latitude\": 48.85944148,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75001\",\n      \"city\": \"Paris\",\n      \"street\": \"2 Rue Boucher\",\n      \"siteCategory\": \"BUILDING_PARKING\",\n      \"phoneNumber\": \"\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n            ...\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," must be expressed in ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["WGS84 decimal degrees."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The field is typically used with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]}," parameter to limit the distance."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If you use both ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bbox"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]},", only one will usually be applied — check the server behavior if combining."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_corridor_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-corridor--search-along-a-custom-route-or-path","__idx":4},"children":["🚗 corridor – Search along a custom route or path"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["search for charging stations along a route"]},", such as a road trip path, a delivery line, or a predefined travel corridor — instead of using a single center point or a rectangular area."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]}," parameter allows you to specify a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["list of coordinates"]}," that represent a custom path (e.g., a polyline following a road)."," ","The system will search for charging stations ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["near this corridor"]},", using a buffer defined by the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]}," parameter."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]}," field with an array of ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["Coordinate"]}," objects (each containing ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lat"]}," and ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["lon"]},"), and specify a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]},"."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"corridor\": [\n  { \"lat\": 48.85693, \"lon\": 2.3412 },\n  { \"lat\": 49.0097,  \"lon\": 2.5479 }\n],\n\"radius\": 1000\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"options\": [\"PATH_POINT\"],\n  \"radius\": 1000,\n  \"corridor\": [\n    { \"lat\": 48.85693, \"lon\": 2.3412 },\n    { \"lat\": 49.0097,  \"lon\": 2.5479 }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"44c7ede4-376d-11ee-a9d5-42010aa40fc0\",\n      \"sourceProvider\": \"Bouygues Energies\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Bouygues Energies\",\n      \"nameOfPool\": \"CDG - Parking Baïkal\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.55473378,\n      \"latitude\": 49.01018122,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"93290\",\n      \"city\": \"Tremblay-en-France\",\n      \"street\": \"Rue Louis Couhé\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+33-(8)-05021480\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]}," must contain ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["at least two coordinates"]}," to define a path."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Used with the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]}," parameter to define how wide the corridor search should be."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ideal for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["route-based charging plans"]}," or ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["logistics optimization"]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Do not combine with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bbox"]}," unless the API specifically supports it."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_filters_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-filters--apply-advanced-filtering-to-returned-charging-points","__idx":5},"children":["🧲 filters – Apply advanced filtering to returned charging points"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["precisely control which charging stations are returned"]},", based on complex rules like brand, availability, power, cost, or even operator preferences."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["filters"]}," parameter allows you to apply ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["define one or more filter patterns"]},"."," ","Each pattern is used to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["include or prioritize"]}," charging stations that match specific criteria."," ","You can also ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["combine filters"]},", use ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["OR logic"]},", and apply ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["actions"]}," like prioritizing results using ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["prefCoeff"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each filter is a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["string"]}," following this structure:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"filters\": [\n    \"pool.brand == Tesla\"\n  ]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📘 For detailed syntax and supported fields, see the ",{"$$mdtype":"Tag","name":"a","attributes":{"href":"/glossary/chargingstation_filter_glossary#chargingstation_filter_glossary"},"children":["Charging Station Filter Glossary"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Examples"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"options\": [\"PATH_POINT\"],\n  \"radius\": 500,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"filters\": [\n    \"station.available == true\"\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8dbd7abe-c2d8-11ed-90d8-42010aa40fc0\",\n      \"sourceProvider\": \"Q-Park\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Q-Park\",\n      \"nameOfPool\": \"QPARK - PARIS - RIVOLI PONT NEUF - 019\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34376881,\n      \"latitude\": 48.85944148,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75001\",\n      \"city\": \"Paris\",\n      \"street\": \"2 Rue Boucher\",\n      \"siteCategory\": \"BUILDING_PARKING\",\n      \"phoneNumber\": \"\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Filters are combined with ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["AND logic"]}," by default."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["||"]}," to apply ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["OR logic"]}," between multiple filter patterns."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Actions like ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["prefCoeff"]}," do ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not exclude"]}," stations but influence their ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ranking"]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Improperly formatted filters will be ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ignored silently"]},"."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_geoserver_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"️-geoserver--select-the-map-data-source-for-location-processing","__idx":6},"children":["🗺️ geoserver – Select the map data source for location processing"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to define ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["which map or geospatial provider"]}," the charging station service should use to interpret coordinates, compute distances, or return addresses."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["geoserver"]}," parameter lets you choose the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["underlying geospatial engine"]}," used by the service. This can affect:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Address resolution (reverse geocoding),"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Map-matching logic,"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Distance and routing precision."]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Each geoserver may provide ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["different data coverage, freshness, or licensing."]}," Common values are ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"default\""]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"osm\""]}," (OpenStreetMap-based), but custom names may be available in your environment."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["geoserver"]}," field to your request with the desired string value:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"geoserver\": \"osm\"\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"radius\": 500,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8dbd7abe-c2d8-11ed-90d8-42010aa40fc0\",\n      \"sourceProvider\": \"Q-Park\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Q-Park\",\n      \"nameOfPool\": \"QPARK - PARIS - RIVOLI PONT NEUF - 019\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34376881,\n      \"latitude\": 48.85944148,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75001\",\n      \"city\": \"Paris\",\n      \"street\": \"2 Rue Boucher\",\n      \"siteCategory\": \"BUILDING_PARKING\",\n      \"phoneNumber\": \"\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If omitted, the system will use the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["default configured geoserver."]}]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Ensure that the selected ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["geoserver"]}," is compatible with your current environment or provider capabilities."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_language_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-language--define-the-language-used-for-address-formatting","__idx":7},"children":["🌐 language – Define the language used for address formatting"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["station addresses or location names"]}," in the API response to be returned in a specific ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["language"]},", such as French, English, or German — depending on the user’s locale or app language."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["language"]}," parameter tells the system to perform ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["reverse geocoding and address lookups"]}," using the specified ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["language code"]}," (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"fr\""]}," for French, ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"en\""]}," for English)."," ","This affects how fields like ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["address"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["city"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["country"]}," are returned in the response."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["language"]}," field to your request using a standard language code (ISO 639-1):"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"language\": \"fr\"\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"radius\": 1000,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"language\": \"fr\",\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8dbd7abe-c2d8-11ed-90d8-42010aa40fc0\",\n      \"sourceProvider\": \"Q-Park\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Q-Park\",\n      \"nameOfPool\": \"QPARK - PARIS - RIVOLI PONT NEUF - 019\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34376881,\n      \"latitude\": 48.85944148,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75001\",\n      \"city\": \"Paris\",\n      \"street\": \"2 Rue Boucher\",\n      \"siteCategory\": \"BUILDING_PARKING\",\n      \"phoneNumber\": \"\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Supported values follow ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["ISO 639-1"]},": ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"fr\""]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"en\""]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"de\""]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"es\""]},", etc."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If omitted, the default language (usually ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"en\""]},") will be used."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The accuracy of translation depends on the underlying geoserver and data availability."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_maxPoolResult_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-maxpoolresult--limit-the-number-of-charging-pools-returned","__idx":8},"children":["🔢 maxPoolResult – Limit the number of charging pools returned"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["restrict the number of charging station pools"]}," returned by the API — for performance reasons, pagination, or to reduce clutter on a map."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["maxPoolResult"]}," parameter sets an upper limit on the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["number of"]}," ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ChargingStationPool"]}," ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["objects"]}," the API will return."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This is useful when working with large search areas or displaying results on devices with limited performance."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["maxPoolResult"]}," field to your request with an integer value:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"maxPoolResult\": 5\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"radius\": 1000,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"maxPoolResult\": 5,\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8dbd7abe-c2d8-11ed-90d8-42010aa40fc0\",\n      \"sourceProvider\": \"Q-Park\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Q-Park\",\n      \"nameOfPool\": \"QPARK - PARIS - RIVOLI PONT NEUF - 019\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34376881,\n      \"latitude\": 48.85944148,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75001\",\n      \"city\": \"Paris\",\n      \"street\": \"2 Rue Boucher\",\n      \"siteCategory\": \"BUILDING_PARKING\",\n      \"phoneNumber\": \"\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This parameter limits the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["number of pools"]},", not the number of individual charging points."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use in combination with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["filters"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]}," to better target the most relevant pools."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If more pools are available than the limit, ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["only the top N (unordered)"]}," will be returned."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_maxProviderResult_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-maxproviderresult--limit-the-number-of-results-queried-per-provider","__idx":9},"children":["📦 maxProviderResult – Limit the number of results queried per provider"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["control how many items are retrieved from each data provider"]},", especially when multiple providers are involved or when performance is critical."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["maxProviderResult"]}," parameter sets a limit on the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["maximum number of results to be fetched from each provider"]}," listed in the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["providers"]}," array (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ecoMovement"]},")."," ","It does ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["not"]}," limit the total results globally, but rather ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["per provider."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Add the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["maxProviderResult"]}," field to your request with an integer value:"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"maxProviderResult\": 50\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"radius\": 1000,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"maxProviderResult\": 50,\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8dbd7abe-c2d8-11ed-90d8-42010aa40fc0\",\n      \"sourceProvider\": \"Q-Park\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Q-Park\",\n      \"nameOfPool\": \"QPARK - PARIS - RIVOLI PONT NEUF - 019\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34376881,\n      \"latitude\": 48.85944148,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75001\",\n      \"city\": \"Paris\",\n      \"street\": \"2 Rue Boucher\",\n      \"siteCategory\": \"BUILDING_PARKING\",\n      \"phoneNumber\": \"\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n            {\n              \"id\": \"Shell Recharge\",\n              \"title\": \"Shell Recharge\",\n              \"networkName\": \"Shell Recharge\"\n            },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 Notes"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The value applies ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["individually"]}," to each provider listed."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["It can be combined with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["maxPoolResult"]}," for fine-grained control over result size."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Useful when you expect ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["hundreds of results"]}," and want to avoid long processing times."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_mode_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-mode--choose-the-search-strategy-local-remote-or-hybrid","__idx":10},"children":["🧭 mode – Choose the search strategy (local, remote, or hybrid)"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["control where the charging station data is retrieved from"]},": local cache/database, remote provider APIs, or a mix of both — based on performance, freshness, or connectivity."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The mode parameter defines the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["source strategy"]}," for the charging station search:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Local mode"]}," uses internal BeMap data (cached or preloaded)."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Remote mode"]}," delegates the query to external data providers (e.g. ecoMovement)."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Hybrid modes"]}," try one first and fallback to the other if needed."]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This allows developers to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["balance between speed, completeness, and offline capabilities."]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Set the ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode"]}," field to one of the following string values (recommended default: ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"LOCAL_OR_REMOTE\""]},"):"]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"mode\": \"LOCAL_OR_REMOTE\"\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🎛️ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Available Values"]}]},{"$$mdtype":"Tag","name":"div","attributes":{"className":"md-table-wrapper"},"children":[{"$$mdtype":"Tag","name":"table","attributes":{"className":"md"},"children":[{"$$mdtype":"Tag","name":"thead","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Mode"},"children":["Mode"]},{"$$mdtype":"Tag","name":"th","attributes":{"data-label":"Behavior"},"children":["Behavior"]}]}]},{"$$mdtype":"Tag","name":"tbody","attributes":{},"children":[{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["LOCAL"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Query only local database/cache. Fast, but might miss latest data."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["REMOTE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Query only the remote provider. Most up-to-date, but slower."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["LOCAL_AND_REMOTE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Query both local and remote, and merge results. Most complete."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["LOCAL_OR_REMOTE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Use local if available, otherwise fallback to remote. (⚠️ Preferred mode)"]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["LOCAL_IFNOPOOLS_REMOTE"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Try local first. If no stations are found, then try remote."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["REMOTE_OR_LOCAL"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Use remote if available, otherwise fallback to local."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["REMOTE_IFNOPOOLS_LOCAL"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":["Try remote first. If no stations are found, then try local."]}]},{"$$mdtype":"Tag","name":"tr","attributes":{},"children":[{"$$mdtype":"Tag","name":"td","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"td","attributes":{},"children":[]}]}]}]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"radius\": 1000,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8dbd7abe-c2d8-11ed-90d8-42010aa40fc0\",\n      \"sourceProvider\": \"Q-Park\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Q-Park\",\n      \"nameOfPool\": \"QPARK - PARIS - RIVOLI PONT NEUF - 019\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34376881,\n      \"latitude\": 48.85944148,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75001\",\n      \"city\": \"Paris\",\n      \"street\": \"2 Rue Boucher\",\n      \"siteCategory\": \"BUILDING_PARKING\",\n      \"phoneNumber\": \"\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Ecotap\",\n              \"title\": \"Ecotap\",\n              \"networkName\": \"Ecotap\"\n            },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Default mode is often set to ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"LOCAL_OR_REMOTE\""]}," for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["balanced behavior"]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["If your app runs ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["offline"]}," or has a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["local cache"]},", use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"LOCAL\""]}," to avoid remote calls."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"REMOTE\""]}," when ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["real-time accuracy"]}," is critical (e.g. station availability)."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Modes only apply to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["providers"]}," that support both access types."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_pointIdFilter_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-pointidfilter--filter-by-a-specific-charging-point-id","__idx":11},"children":["🎯 pointIdFilter – Filter by a specific charging point ID"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["retrieve a single specific charging point"]}," based on its unique identifier — for example, to display its detail page or validate its availability."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pointIdFilter"]}," parameter filters the result to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["only include the charging point"]}," that matches the exact ID provided."," ","It bypasses all other spatial filters (like ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bbox"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]},") and ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["returns only the matching point"]}," if it exists."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"pointIdFilter\": \"CP-123456\"\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"pointIdFilter\": \"491848_1\",\n  \"radius\": 500,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1752065776704,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"Paris\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"UNKNOWN\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    }\n  ]\n}\n"},"children":[]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_poolIdFilter_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"️-poolidfilter--filter-by-a-specific-charging-pool-id","__idx":12},"children":["🏟️ poolIdFilter – Filter by a specific charging pool ID"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["retrieve all the information about a specific charging pool"]},", identified by its unique ID — for instance, to display all its charging stations or points on a dedicated page."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["poolIdFilter"]}," parameter restricts the search to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["a single charging pool"]},", identified by its unique ID."," ","The response will include all the stations and points associated with that pool, depending on the selected ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["options"]},"."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"poolIdFilter\": \"8f709a26-466d-11e9-8601-42010a840003\"\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"poolIdFilter\": \"8f709a26-466d-11e9-8601-42010a840003\",\n  \"radius\": 500,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    }\n  ]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You must provide the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["exact pool ID"]}," as stored in the backend (case-sensitive)."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["This is ideal for ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["loading a full site or parking lot"]},", often displayed on map zoom or detail views."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Recommended to pair with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["options: [\"PATH_POOL\"] or [\"PATH_POINT\"]"]}," depending on the desired depth."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_providers_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-providers--define-the-charging-data-sources-to-use","__idx":13},"children":["🏢 providers – Define the charging data sources to use"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["control which data providers are queried"]}," for charging station information — for example, using only trusted sources or avoiding duplicates."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["providers"]}," parameter specifies which ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["charging data providers"]}," should be used for the request."," ","Each provider represents an external or internal source of charging infrastructure data (e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ecoMovement"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["ocm"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["bemap"]},")."," ","The API will ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["only query the listed providers"]},", improving performance and consistency."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Provide a list of provider names as strings. BeMap recommends always specifying ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"ecoMovement\""]}," as default."]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"providers\": [\"ecoMovement\"]\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"radius\": 1000,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 *",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Values are case-sensitive and must match the exact provider keys configured in the system."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Common providers:"]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"ecoMovement\""]}," (recommended)"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"ocm\""]}," (Open Charge Map)"]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"code","attributes":{},"children":["\"bemap\""]}," (BeMap's internal data)"]}]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Combine with ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["mode: \"LOCAL_OR_REMOTE\""]}," to ensure compatibility with both local cache and remote API access."]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"a","attributes":{"name":"chargingstation_radius_tutorial"},"children":[]}]},{"$$mdtype":"Tag","name":"Heading","attributes":{"level":2,"id":"-radius--define-the-search-radius-around-a-location-or-corridor","__idx":14},"children":["📏 radius – Define the search radius around a location or corridor"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["✅ ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Use case"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["You want to ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["limit the search area"]}," around a coordinate or along a route to a specific distance — for example, to only show stations within 1 km of a user or a travel path."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["💡 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["What it does"]}]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["The ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["radius"]}," parameter defines the ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["distance in meters"]}," used to expand the search around either:"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["a central ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," (circular search), or"]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["a ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]}," (buffer zone along a path)."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Without it, searches using ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]}," won’t work properly."]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["🔧 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["How to enable"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"\"radius\": 1000\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📦 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Example"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"geoserver\": \"osm\",\n  \"providers\": [\"ecoMovement\"],\n  \"mode\": \"LOCAL_OR_REMOTE\",\n  \"radius\": 500,\n  \"coordinate\": {\n    \"lat\": 48.85693,\n    \"lon\": 2.3412\n  },\n  \"options\": [\"PATH_POINT\"]\n}\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":[{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Response"]}]},{"$$mdtype":"Tag","name":"CodeBlock","attributes":{"data-language":"json","header":{"controls":{"copy":{}}},"source":"{\n  \"pools\": [\n    {\n      \"providerName\": \"ecoMovement\",\n      \"providerMode\": \"LOCAL\",\n      \"id\": \"8f709a26-466d-11e9-8601-42010a840003\",\n      \"sourceProvider\": \"Tesla Destination\",\n      \"updateDate\": 1753672005588,\n      \"brand\": \"Tesla Destination\",\n      \"nameOfPool\": \"Tesla Destination Charger Relais Christine\",\n      \"accessibility\": \"RESTRICTED\",\n      \"availabilityStatus\": \"NA\",\n      \"longitude\": 2.34014219,\n      \"latitude\": 48.8543694,\n      \"countryCode\": \"FRA\",\n      \"country\": \"FRA\",\n      \"postalCode\": \"75006\",\n      \"city\": \"6e Arrondissement\",\n      \"street\": \"3 Rue Christine\",\n      \"siteCategory\": \"ON_STREET\",\n      \"phoneNumber\": \"+(33)-(9)-70730850\",\n      \"chargingStations\": [\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_1\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_1_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_0\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_0_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        },\n        {\n          \"nature\": \"VGROUP\",\n          \"availabilityStatus\": \"NA\",\n          \"chargePasses\": [\n            {\n              \"id\": \"Tesla\",\n              \"title\": \"Tesla\",\n              \"networkName\": \"Tesla\"\n            }\n          ],\n          \"bookable\": false,\n          \"chargingPoints\": [\n            {\n              \"id\": \"491848_2\",\n              \"availabilityStatus\": \"NA\",\n              \"type\": 32,\n              \"connectorTypes\": [\n                {\n                  \"id\": 32,\n                  \"key\": \"TYPE_2-ATTACHED_CABLE\",\n                  \"operatorId\": \"491848_2_0\",\n                  \"deprecated\": false,\n                  \"name\": \"Type 2\",\n                  \"norm\": \"IEC 62196 Type 2 (Mennekes)\",\n                  \"maxPower\": 43,\n                  \"power\": 11,\n                  \"voltage\": 230,\n                  \"ampere\": 16,\n                  \"acSingle\": false,\n                  \"acThree\": true,\n                  \"dc\": false,\n                  \"cable\": true\n                }\n              ],\n              \"currentType\": \"AC_THREE_PHASES\",\n              \"voltage\": 230,\n              \"ampere\": 16,\n              \"power\": 11\n            }\n          ]\n        }\n      ],\n      \"summaryOfConnectorTypeIds\": [\n        32\n      ],\n      \"maxNominalPower\": 11,\n      \"numberOfChargingPoint\": 3\n    },\n","lang":"json"},"children":[]},{"$$mdtype":"Tag","name":"p","attributes":{},"children":["📝 ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["Notes"]}]},{"$$mdtype":"Tag","name":"ul","attributes":{},"children":[{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Unit is ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["meters"]}," (e.g., ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["1000"]}," = 1 km)."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Required when using either ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["coordinate"]}," or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["corridor"]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Has no effect if using ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["pointIdFilter"]},", ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["poolIdFilter"]},", or ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["stationIdFilter"]},"."]}]},{"$$mdtype":"Tag","name":"li","attributes":{},"children":[{"$$mdtype":"Tag","name":"p","attributes":{},"children":["Use a ",{"$$mdtype":"Tag","name":"strong","attributes":{},"children":["larger value"]}," (e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["5000"]},") for rural or highway searches; smaller values (e.g. ",{"$$mdtype":"Tag","name":"code","attributes":{},"children":["300"]},") for dense urban areas."]}]}]},{"$$mdtype":"Tag","name":"hr","attributes":{},"children":[]}]},"headings":[{"value":"⚡ Charging Station Parameters – Detailed Usage Guide","id":"-charging-station-parameters--detailed-usage-guide","depth":1},{"value":"🗺️ bbox – Define a geographic corridor using a bounding box","id":"️-bbox--define-a-geographic-corridor-using-a-bounding-box","depth":2},{"value":"🔌 connectorIdFilters – Filter by connector type IDs","id":"-connectoridfilters--filter-by-connector-type-ids","depth":2},{"value":"📍 coordinate – Define the search center using a single point","id":"-coordinate--define-the-search-center-using-a-single-point","depth":2},{"value":"🚗 corridor – Search along a custom route or path","id":"-corridor--search-along-a-custom-route-or-path","depth":2},{"value":"🧲 filters – Apply advanced filtering to returned charging points","id":"-filters--apply-advanced-filtering-to-returned-charging-points","depth":2},{"value":"🗺️ geoserver – Select the map data source for location processing","id":"️-geoserver--select-the-map-data-source-for-location-processing","depth":2},{"value":"🌐 language – Define the language used for address formatting","id":"-language--define-the-language-used-for-address-formatting","depth":2},{"value":"🔢 maxPoolResult – Limit the number of charging pools returned","id":"-maxpoolresult--limit-the-number-of-charging-pools-returned","depth":2},{"value":"📦 maxProviderResult – Limit the number of results queried per provider","id":"-maxproviderresult--limit-the-number-of-results-queried-per-provider","depth":2},{"value":"🧭 mode – Choose the search strategy (local, remote, or hybrid)","id":"-mode--choose-the-search-strategy-local-remote-or-hybrid","depth":2},{"value":"🎯 pointIdFilter – Filter by a specific charging point ID","id":"-pointidfilter--filter-by-a-specific-charging-point-id","depth":2},{"value":"🏟️ poolIdFilter – Filter by a specific charging pool ID","id":"️-poolidfilter--filter-by-a-specific-charging-pool-id","depth":2},{"value":"🏢 providers – Define the charging data sources to use","id":"-providers--define-the-charging-data-sources-to-use","depth":2},{"value":"📏 radius – Define the search radius around a location or corridor","id":"-radius--define-the-search-radius-around-a-location-or-corridor","depth":2}],"frontmatter":{"seo":{"title":"⚡ Charging Station Parameters – Detailed Usage Guide"}},"lastModified":"2025-08-25T08:06:26.000Z","pagePropGetterError":{"message":"","name":""}},"slug":"/api-reference/ev-move---electric-mobility/chargingstation/tutorial/chargingstation_parameters","userData":{"isAuthenticated":false,"teams":["anonymous"]},"isPublic":true}