What is the best way, in Angular 2, to make a map with clickable country boundaries in Google Maps? -


i using google maps api create simple map, country borders highlight on mouseover, , have ability have click event.

i have looked @ google maps fusion tables, , various questions on stack overflow, have not found solution works angular 2.

the angular 2 google maps documentation seems pretty incomplete, seems using vanilla google maps docs in angular 2 context might better.

any ideas? :)

there angular2 integrations of leaflet.js fulfill needs (adding layer country boundaries in geojson @ desired detail level).


Comments

Popular posts from this blog

android - ConstraintLayout: Realign baseline constraint in case if dependent view visibility was set to GONE -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -