Angular directive

map-type source

Description

Requires: map directive Restrict To: Element

Parameters

NameTypeDescription
Attr2MapOptions service

convert html attribute to Google map api options

Example

Example:
  <map zoom="13" center="34.04924594193164, -118.24104309082031">
    <map-type name="coordinate" object="coordinateMapType"></map-type>
  </map>