Akifcan Kara
Akifcan Kara
çok teşekkür ederim cevabınız için bson dosyalarını indirip apiyi kendim oluşturarak çözdüm hocam
hello, now i added tile layer option just pass the tileUrl and layerId as a option ``` const googleMapOption = { apiKey: 'YOUR_API_KEY', tileUrl: 'YOUR_TILE_URL', //optional layerId: 'YOUR_LAYER_ID' //optional (require...
are you sure define the googleMapOption ``` const googleMapOption = { apiKey: 'API_KEY', tileUrl: 'YOUR_LAYER_URL', //example: https://cdn.lima-labs.com/{z}/{x}/{y}.png?free not required layerId: 'my-layer-id' } ```
you don't have to import googlemap as a component because it's globally registered . import googleMap from 'googlemaps-vue3' and use as a middleware app.use(googleMap, googleMapOption) //after that you can use...
in template you can directly call this is my example with this package https://github.com/Akifcan/vue-3-ip-tracker/blob/master/src/App.vue
are you tried with vue cli
but you sent to many request to ipinfo server if this package didn't work for your project you can follow this steps also first first import google map cdn to...
``` tileUrl: 'YOUR_LAYER_URL', layerId: 'my-layer-id' ``` it's should be run with this two value are you sure tileurl is correct?
actually layerid could be anything. for layer options i took reference here [custom tiles in google maps](https://gist.github.com/donmccurdy/1d3998a37c73e9435b5503e5f37457be)
sorry :( i don't work with ionic. is there a problem with other modules