본문 바로가기
728x90

Google Map4

지도에 해당 지점이 어떤 지역 안에 있는 지 판별하기 https://pub.dev/packages/maps_toolkit PolygonUtil.containsLocation - computes whether the given point lies inside the specified polygon. maps_toolkit | Dart Package Maps toolkit - geo-measurements utils - area of polygon, distance between point, heading and offset between points (port of SphericalUtil, PolyUtil from `android-maps-utils`). pub.dev 까먹을까봐 결론부터 적어놓고, logger.d('myLocation -> $myLocat.. 2022. 12. 22.
Flutter google map https://github.com/flutter/flutter/issues/40284#issuecomment-883899432 [google_maps_flutter] Empty map when resuming from background on Android · Issue #40284 · flutter/flutter Tested with google_maps_flutter 0.5.21-0.5.21+11 on Emulator and Pixel 3a, Android 10. Steps to reproduce: Open app with GoogleMap -> displays ok Put app into background, without it being killed... github.com flutter에서 go.. 2022. 2. 12.
Google map clustering 정말 멋진 Googlemap clustering library를 발견했다.. https://pub.dev/packages/google_maps_cluster_manager google_maps_cluster_manager | Flutter Package Simple Flutter clustering library for Google Maps based on Geohash. pub.dev 아래는 multiple group 예시가 있어서 내 맛에 맞게 살짝 변경했는데 너무 마음에 든다..ㅠㅠ import 'dart:async'; import 'dart:ui'; import 'package:flutter/foundation.dart'; import 'package:flutter/material.dart'; i.. 2022. 1. 26.
flutter google map show label without click https://stackoverflow.com/questions/65559743/how-to-display-map-labels-by-default-with-google-maps-flutter/68913283#68913283 How to display map labels by default with Google Maps Flutter I think my issue is the same as here: Flutter show marker's infoWindowText by default in Google map widget However, there is no answer, except for a link to another post which isn't quite what ... stackoverflow... 2022. 1. 25.
728x90