본문
180831(금) - Google Maps (Overview)
Google Maps
Overview
- API 는 auto로 access to Google Maps servers, data downloading, map display, response to map gestures를 handling 한다.
- add markers, polygons, overlays to basic map, particular map area의 user view 변경 등도 가능
- API를 사용하면 아래 graphics를 map에 add 가능
・ Marker (icon이 map의 특정 positions에 anchored)
・ Polylines (line segments setting)
・ Polygons (enclosed segments)
・ Ground Overlays (specific positions on the map에 anchored 된 bitmap graphics)
・ Tile Overlays (base map tiles 위에 display되는 images)
Google Maps APIs Premium Plan
- Premium plan license는 향상된 support for Maps SDK를 제공한다.
Accessibility
- 장애인 accessibility 관련 기능도 제공
- API를 사용하는 application에 대해서 자동으로 accessibility features가 enabled
- ex) TalkBack accessibility를 사용한다고 하면, single swipe across the screen -> one UI 에서 next UI로 moves the focus
・ UI element에 focus가 맞춰지면 TalkBack은 element의 name을 읽는다.
・ user가 screen의 아무곳이나 double-taps 하면 focused action이 수행된다.
'Mobile > Google Maps' 카테고리의 다른 글
180905(수) - Google Maps (Polylines and Polygons to Represent Routes and Areas) (0) | 2018.09.05 |
---|---|
180904(화) - Google Maps (Map with a Marker) (0) | 2018.09.04 |
180904(화) - Google Maps (Project Configuration) (0) | 2018.09.04 |
180904(화) Google Maps (Get API Key) (0) | 2018.09.04 |
180831(금) - Google Maps (Get Started) (0) | 2018.08.31 |
댓글