-
1) no effect when setting " point to layer" with the following function:
```
function(feature, latlng) {
return L.marker(latlng, {
icon: L.ExtraMarkers.icon({
icon: 'fa-…
-
// Generated code for this GoogleMap Widget...
Expanded(
child: FlutterFlowGoogleMap(
controller: _model.googleMapsController,
onCameraIdle: (latLng) => _model.googleMapsCenter = latLng,…
-
Run into a crash while using `android-v11.1.0` (not reproducible):
```
E FATAL EXCEPTION: main
Process: PID: 3199
java.lang.NullPointerException: Attempt to invoke virtual method 'double org.mapl…
-
ios만 폴리곤에 hole 을 2개 이상 넣을시 일부 hole이 무시 되는 현상이 있음.
반시계 방향으로 해도 작동을 하지 않음.
각각은 정상 작동함
좌표 값
[
LatLng(36.47450698425267, 127.27320489505365),
…
-
This is not new issue but this is the first time I'm reporting it.
>>> latlng = (29.99311, -81.33093)
>>> h3.cell_to_parent(h3.latlng_to_cell(*latlng,12),3) == h3.latlng_to_cell(*latlng,3)
False
-
I can't convert point to latlng.
Here is my code.
```
function convertPointToLatLng(x, y) {
// Function to convert screen coordinates to LatLng
if (map.getProjection()) {
const…
-
I have at least one example where the reverse geocoding picks a really bad result.
https://developers.google.com/maps/documentation/geocoding/requests-reverse-geocoding
Right now we only allow a…
-
Thanks for stopping by to let us know something could be better!
---
**PLEASE READ**
If you have a support contract with Google, please create an issue in the [support console](https://cloud.g…
-
### GooleMap displays default markers on surrounding landmarks. However, We can't detect `onTap` for that.
### Use case
let's say I want to set a destination by tapping the default marker on…
-
View details in Rollbar: [https://rollbar.com/OpenApparelRegistry/OpenApparelRegistry/items/325/](https://rollbar.com/OpenApparelRegistry/OpenApparelRegistry/items/325/)
```
Error: (NaN, NaN)
File…