javascripthtmlcssangularjsng-map

How to disable satellite & terrain option on ng-map?


I want to disable satellite & terrain option on the top left of ng-map.

Is this possible?


Solution

  • You can try using the property map-type-control="false" or disable-default-u-i="true" to disable all properties if you want.