Isaac Trevino

Results 12 comments of Isaac Trevino

It appears the modes API is not exposed any longer. Can someone please verify? Instead, the options are ENUMS `MapboxDraw.modes.DIRECT_SELECT` which points to a type. `MapboxDraw.DrawModes.DIRECT_SELECT: "direct_select"`

This issue appears to me when LocationPuck is enabled, and I navigate away from the screen. ``` E/Mapbox: [maps-android\Mbgl-Style]: Mapbox SDK memory leak detected! Style object (accessing setStyleLayerProperty) should not...

@yunikkk @kiryldz thank you for responding I dont see how I am calling a `Style object` after the MapView is destroyed since Mapbox handles the LocationPuck rendering. All I do...

+1 This feature would definitely help our company's web app allowing certain networks gain access like covid-19 work from home situation, and a automated WAF since I am quite new...

@pauljflo > if you are hosting the frontend in S3 could you not apply a bucket policy to restrict access to certain IP addresses? > Something like: > ` "Version":...

The example I mentioned above allows me to use WAF which restricts it to my company's static ip. But to answer your question, amplify console directly does not have this...

Getting a similar issue, ``` E/Mapbox: [maps-android\Mbgl-Style]: Mapbox SDK memory leak detected! Style object (accessing setStyleLayerProperty) should not be stored and used after MapView is destroyed or a new style...

@ZiZasaurus Yes, I have just finished testing it with `10.9.0` and the bug persists. ![Screenshot_20221024_113908_2](https://user-images.githubusercontent.com/13424971/197580737-34cc311e-dd7d-47e6-a669-92a3a0324ad4.png) I have narrowed down where the call may be coming from: [plugin/locationcomponent/LocationLayerWrapper.kt](https://github.com/mapbox/mapbox-maps-android/blob/main/plugin-locationcomponent/src/main/java/com/mapbox/maps/plugin/locationcomponent/LocationLayerWrapper.kt#L27)