simplemap
simplemap copied to clipboard
Add null check for location in GeoService
Fixes #368
Changes proposed in this pull request:
- Adding a null check for location in GeoService -> normalizeLocation function. Resolving a TypeError when invalid location string is passed.