This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "pagination": { | |
| "total": 200, | |
| "page": 2, | |
| "total_pages": 20, | |
| "pagesize": 10, | |
| "next": 3, | |
| "previous": 1 | |
| }, | |
| "data": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TOEVOEGEN AAN .env | |
| # Deze wordt in controller uitgelezen zodat het instelbaar is waar de email naartoe gaat | |
| MAIL_TO=emailadres@vanontvanger.nl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="initial-scale=1.0, width=device-width"/> | |
| <meta http-equiv="X-UA-Compatible" content="ie=edge"> | |
| <title>Voorbeeld met Markers</title> | |
| <script src="https://js.api.here.com/v3/3.1/mapsjs-core.js" type="text/javascript" charset="utf-8"></script> | |
| <script src="https://js.api.here.com/v3/3.1/mapsjs-service.js" type="text/javascript" charset="utf-8"></script> |