본문

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이 수행된다.

공유

댓글