GithubHelp home page GithubHelp logo

Comments (11)

almaz1213 avatar almaz1213 commented on June 15, 2024

option

styles: [
        {
          "featureType": "poi",
          "elementType": "all",
          "stylers": [
            { "visibility": "off" }
          ]
        }
      ]

doesn't remove them

from ionic-native-google-maps.

wf9a5m75 avatar wf9a5m75 commented on June 15, 2024

Please try here

https://mapstyle.withgoogle.com/

This plugin just passes the parameters to the maps sdk

from ionic-native-google-maps.

almaz1213 avatar almaz1213 commented on June 15, 2024

but where can i include mapId then?

from ionic-native-google-maps.

wf9a5m75 avatar wf9a5m75 commented on June 15, 2024

choose "old style wizard"

from ionic-native-google-maps.

almaz1213 avatar almaz1213 commented on June 15, 2024

do u mean retro style?

already. but enyway i need put the mapId according gmap js docs. in ur docs i cant see where can i set the mapId

from ionic-native-google-maps.

wf9a5m75 avatar wf9a5m75 commented on June 15, 2024

This plugin doesn't support the cloud maps, and this plugin doesn't use Google Maps JavaScript v3 API on Android and iOS.

You need to generate JSON, and pass it to the maps plugin

from ionic-native-google-maps.

almaz1213 avatar almaz1213 commented on June 15, 2024

mate a option 'styles' doesnt affect as well.

this.map = GoogleMaps.create('map_canvas', {

      camera: {
        target: {
          lat: this.lat,
          lng: this.lon
        },
        zoom: 13,
        tilt: 30
      },
      controls: {
        compass: false,
        myLocationButton: true,
        myLocation: true,   // (blue dot)
        indoorPicker: true,
        zoom: false,          // android only
        mapToolbar: false     // android only
      },

      styles: [
        {
          "featureType": "poi",
          "elementType": "all",
          "stylers": [
            { "visibility": "off" }
          ]
        }
      ],...

from ionic-native-google-maps.

wf9a5m75 avatar wf9a5m75 commented on June 15, 2024

Please try many options. As I said, this plugin just passes the parameters to the Google Maps SDK. You need to figure out which options are good.

from ionic-native-google-maps.

almaz1213 avatar almaz1213 commented on June 15, 2024

))) do u mean do that brutely?

from ionic-native-google-maps.

wf9a5m75 avatar wf9a5m75 commented on June 15, 2024

If you use Google Maps SDK directly, you will face this problem. Because this is the problem of inside the Google Maps SDK, not this plugin.

And this is not a help forum. The issue tracker for the maps plugin.

You can specify different rules. Try and try please

from ionic-native-google-maps.

almaz1213 avatar almaz1213 commented on June 15, 2024

got it. thanx mate

from ionic-native-google-maps.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.