Hello,
On demo map works, follow attache image
It can be problem of default API KEY, it can be blocked in your region.
You need get your our API key and replace our in component.
Follow below links, they will help you.
How to get api key:
developers.google.com/maps/documentation/javascript/get-api-key
or you can add API key in file default.php
Add
Code: |
//maps.googleapis.com/maps/api/js?key=1234567890&sensor=false
|
instead
Code: |
//maps.googleapis.com/maps/api/js
|
where "1234567890" your key
location: your website components/com_vehiclemanager/views/all_vehicle/tmpl
Thanks
Taras